Skip to content
Snippets Groups Projects
Commit 833c6e1e authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update example

parent 8a0a3f9b
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ fh() {
# fkill - kill process
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment