Update example

pull/4/head
Junegunn Choi 11 years ago
parent 8a0a3f9bf5
commit 833c6e1eeb

@ -160,7 +160,7 @@ fh() {
# fkill - kill process # fkill - kill process
fkill() { fkill() {
ps -ef | sed 1d | fzf | awk '{print $2}' | xargs kill -${1:-9} ps -ef | sed 1d | fzf -m | awk '{print $2}' | xargs kill -${1:-9}
} }
# (Assuming you don't use the default CTRL-T and CTRL-R) # (Assuming you don't use the default CTRL-T and CTRL-R)

Loading…
Cancel
Save