mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Add some missing backticks
It was messing with the formatting.
This commit is contained in:
parent
30077d63c5
commit
4f19e3918d
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