Skip to content

Instantly share code, notes, and snippets.

@nysalor
Created September 24, 2014 02:37
Show Gist options
  • Save nysalor/4ee598cb8eeb4966f6ed to your computer and use it in GitHub Desktop.
Save nysalor/4ee598cb8eeb4966f6ed to your computer and use it in GitHub Desktop.
peco-kill
function peco-kill () {
kill $(ps aux | peco --query "$LBUFFER" | awk '{ print $2 }')
}
zle -N peco-kill
alias pk="peco-kill"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment