[zsh] remove pure prompt auto pull
This commit is contained in:
parent
9cefa187cc
commit
4db776a54c
3 changed files with 5 additions and 4 deletions
|
@ -43,6 +43,7 @@ fpath+=$ZDOTDIR/plugins/zsh-completions/src
|
|||
#Prompt
|
||||
fpath+=$ZDOTDIR/prompts/pure
|
||||
autoload -U promptinit; promptinit
|
||||
PURE_GIT_PULL=0
|
||||
prompt pure
|
||||
|
||||
source $ZDOTDIR/functions.zsh
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -16,6 +16,6 @@ source $ZDOTDIR/plugins/zsh-macos.plugin.zsh
|
|||
|
||||
source $ZDOTDIR/plugins/zsh-git.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-sudo.plugins.zsh
|
||||
source $ZDOTDIR/plugins/zsh-sudo.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-tmux.plugins.zsh
|
||||
source $ZDOTDIR/plugins/zsh-tmux/zsh-tmux.plugin.zsh
|
||||
|
|
Loading…
Reference in a new issue