chore(zsh): remove pure prompt auto pull

This commit is contained in:
Afonso Franco 2024-09-04 15:32:27 +01:00
parent e07645ec26
commit 1c03d40357
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 5 additions and 4 deletions

View file

@ -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"