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
|
@ -1,4 +1,8 @@
|
|||
#Completions
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history completion)
|
||||
zstyle ':completion:*' rehash true
|
||||
fpath+=$ZDOTDIR/plugins/zsh-completions/src
|
||||
autoload -U compinit && compinit
|
||||
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue