From ad61505f2caeec7ff3950f69234eb9f891fbb206 Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 27 Dec 2022 12:01:31 +0100 Subject: [PATCH] add(alias): winekiller --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 37c80ed..e0f169c 100644 --- a/bashrc +++ b/bashrc @@ -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"