chore(zsh): simple new prompt

This commit is contained in:
Afonso Franco 2025-01-03 18:31:40 +00:00
parent a9efc146f7
commit 04cef834ba
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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