[zsh] remove pure prompt auto pull
This commit is contained in:
parent
9cefa187cc
commit
4db776a54c
3 changed files with 5 additions and 4 deletions
|
@ -20,8 +20,8 @@ function sourceall(){
|
|||
}
|
||||
|
||||
|
||||
function routevpn(){
|
||||
sudo route -n add $1 10.8.0.1
|
||||
function routevpn {
|
||||
sudo route -n add $@ 10.8.0.1
|
||||
}
|
||||
|
||||
alias ls="eza --icons -l --sort type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue