diff options
Diffstat (limited to '.config/zsh/.zshrc')
| -rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5115271..99f59d7 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -49,8 +49,8 @@ stty start undef # Load fzf keybindings and completion if fzf is installed if command -v fzf > /dev/null 2>&1; then FZF_BASE="/usr/share/fzf" - source "${FZF_BASE}/shell/key-bindings.zsh" - source "${FZF_BASE}/shell/completion.zsh" + source "${FZF_BASE}/key-bindings.zsh" + source "${FZF_BASE}/completion.zsh" else echo "fzf not found, please install it to use fzf keybindings and completion." fi |
