zsh: Fix forgotten ZSH_CONF use

`$ZSH_CONF` was removed in af49c39ba3.
This commit is contained in:
2021-07-15 02:44:04 +02:00
parent 111c851055
commit 2d65f187f4
2 changed files with 2 additions and 2 deletions

View File

@@ -131,4 +131,4 @@ bindkey -M vicmd '^K' fzf-history-widget
# ^T fzf-file-widget
# \ec (Alt-C) fzf-cd-widget
# ^R fzf-history-widget
comp-source "$ZSH_CONF/fzf/shell/key-bindings.zsh"
comp-source "$ZDOTDIR/plugins/fzf/shell/key-bindings.zsh"