Move .local/bin to ~/scripts

This commit is contained in:
Ian Keane 2022-06-30 00:55:47 -04:00
parent b4b08be5ec
commit 6cda242526
15 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,4 @@
#!/usr/local/bin/fish
#
kill -9 (ps -a | grep chalice | grep -v tmux | grep -v killchalice | cut -c1-5) &> /dev/null
kill -9 (ps -a | grep chalice | grep -v tmux | cut -c1-5)