Skip to content

Commit a7e67bd

Browse files
committed
update
1 parent 84e2646 commit a7e67bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ alias ccat="pygmentize -g -O style=monokai"
331331
alias cat="ccat"
332332
alias ep="echo ${PATH} | sed -e $'s/:/\\\n/g'"
333333
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 )
334335
alias c="func()( python3 -c \"from math import *; print(\$*)\" ); noglob func"
335336
freeport()( sudo kill -9 $(sudo lsof -i:$1 | awk 'NR>1 {print $2}' | uniq) )
336337
alias rzshrc="exec zsh"

0 commit comments

Comments
 (0)