[zsh] simple new prompt

This commit is contained in:
Afonso Franco 2025-01-03 18:31:40 +00:00
parent 86d0c775be
commit 26b9ced635
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
3 changed files with 18 additions and 11 deletions

View file

@ -22,10 +22,7 @@ export READER=mupdf
source $ZDOTDIR/themes/gruvbox_dark.zsh
#Prompt
fpath+=$ZDOTDIR/prompts/pure
autoload -U promptinit; promptinit
export PURE_GIT_PULL=0
prompt pure
source $ZDOTDIR/prompts/simple-two-line.zsh
source $ZDOTDIR/functions.zsh
source $ZDOTDIR/plugins.zsh