chore(zsh): fix completions and fzf-tab
This commit is contained in:
parent
4c81c8ab2e
commit
bfc59b98b3
2 changed files with 5 additions and 5 deletions
|
@ -21,14 +21,10 @@ export READER=mupdf
|
|||
#THEME
|
||||
source $ZDOTDIR/themes/gruvbox_dark.zsh
|
||||
|
||||
#Completions
|
||||
autoload -U compinit && compinit
|
||||
fpath+=$ZDOTDIR/plugins/zsh-completions/src
|
||||
|
||||
#Prompt
|
||||
fpath+=$ZDOTDIR/prompts/pure
|
||||
autoload -U promptinit; promptinit
|
||||
PURE_GIT_PULL=0
|
||||
export PURE_GIT_PULL=0
|
||||
prompt pure
|
||||
|
||||
source $ZDOTDIR/functions.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue