mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-03 12:16:18 +02:00
Update README.md
This commit is contained in:
parent
a67f79e6b6
commit
b21398269d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ $ timeout $RANDOM vim
|
||||||
Credit: @aliva
|
Credit: @aliva
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ps axuw | awk '{print $2}' | shuf | head -n 1 | sudo kill -9
|
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
|
||||||
```
|
```
|
||||||
|
|
||||||
## The physics way
|
## The physics way
|
||||||
|
|
Loading…
Add table
Reference in a new issue