mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Merge pull request #88 from donkoch/pass-agg-abs
The Passive-Aggressive Abstinence Method
This commit is contained in:
commit
0cb42ee191
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue