Skip to content

Instantly share code, notes, and snippets.

View agilesteel's full-sized avatar

Vladyslav Pekker agilesteel

View GitHub Profile
alias jps ='jps -lvm'
alias jpsk9='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill -9 2>/dev/null'
alias jpsk ='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill 2>/dev/null'