chore(zsh): update plugins and change some other stuff

This commit is contained in:
Afonso Franco 2025-01-13 02:47:56 +00:00
parent fbb7032478
commit 89c4132fb4
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
7 changed files with 14 additions and 29 deletions

View file

@ -10,16 +10,6 @@ function vim {
fi
}
function sourceall(){
set -e
pids=$(pgrep zsh)
while IFS= read -r pid; do
kill -USR1 "$pid"
done <<< "$pids"
set +e
}
function routevpn {
sudo route -n add $@ 10.8.0.1
}