chore(zsh): update plugins and change some other stuff
This commit is contained in:
parent
fbb7032478
commit
89c4132fb4
7 changed files with 14 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue