We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e2646 commit a7e67bdCopy full SHA for a7e67bd
.zshrc
@@ -331,6 +331,7 @@ alias ccat="pygmentize -g -O style=monokai"
331
alias cat="ccat"
332
alias ep="echo ${PATH} | sed -e $'s/:/\\\n/g'"
333
killn()( ps -ef | grep "$*" | grep -v "grep.*$*" | awk '{print $2}' | xargs -r kill -9 )
334
+skilln()( ps -ef | grep "$*" | grep -v "grep.*$*" | awk '{print $2}' | sudo xargs -r kill -9 )
335
alias c="func()( python3 -c \"from math import *; print(\$*)\" ); noglob func"
336
freeport()( sudo kill -9 $(sudo lsof -i:$1 | awk 'NR>1 {print $2}' | uniq) )
337
alias rzshrc="exec zsh"
0 commit comments