[zsh] update plugins and change some other stuff

This commit is contained in:
Afonso Franco 2025-01-13 02:47:56 +00:00
parent 2f609e273c
commit d2d1cef7ac
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
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
}