[zsh] remove pure prompt auto pull

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

View file

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