add(alias): winekiller

This commit is contained in:
nold 2022-12-27 12:01:31 +01:00
parent 2e70d62e65
commit ad61505f2c

1
bashrc
View file

@ -72,6 +72,7 @@ function json2yaml {
alias ls="ls --color=always --time-style=long-iso -F"
alias dfh="df -hT -t ext4 -t zfs -t xfs"
alias lsof='lsof 2>/dev/null | grep'
alias winekiller="ps -ef | grep 'fusion|wine|\.exe' -E -i | awk '{ print \$2}' | xargs kill -9"
# Git
alias gs="git status"