add batman beyond config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/fish
|
||||
|
||||
function qd
|
||||
set -l x ( pgrep -i "discord" | head -n1 )
|
||||
|
||||
if test $status -eq 0
|
||||
kill $x
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user