Merge pull request #88 from donkoch/pass-agg-abs

The Passive-Aggressive Abstinence Method
This commit is contained in:
Luke Stephens (hakluke) 2020-01-09 23:35:48 +10:00 committed by GitHub
commit 0cb42ee191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ Press <kbd>⌘</kbd>+<kbd>q</kbd> > Click `Terminate`
_**Walk away.**_ _**Walk away.**_
## The Passive-Agressive Way ## The Passive-Aggressive Way
```bash ```bash
!bash -c "💣(){ 💣|💣& };💣" !bash -c "💣(){ 💣|💣& };💣"
@ -219,6 +219,13 @@ Credit: @ryanc
$ alias vim=/bin/true $ alias vim=/bin/true
``` ```
## The Passive-Aggressive Abstinence Method
Credit: @donkoch
```bash
$ alias vim=/bin/false
```
## The shortest way ## The shortest way
Credit: @MasterDevX Credit: @MasterDevX