chore(zsh): remove pure prompt auto pull
This commit is contained in:
parent
e07645ec26
commit
1c03d40357
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