mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Merge c78800ec87
into 30077d63c5
This commit is contained in:
commit
23a8aea0df
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Credit: @aliva
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
|
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
|
||||||
|
```
|
||||||
|
|
||||||
## The "all against the odds" Russian Roulette way
|
## The "all against the odds" Russian Roulette way
|
||||||
Credit: @cfrost
|
Credit: @cfrost
|
||||||
|
|
Loading…
Add table
Reference in a new issue