From 667f0776b3832c78faec65f1be4d1167cf2979b1 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 16 May 2024 15:53:47 +0200 Subject: Testing fzf sourcing (key-bindings & completion) --- .config/zsh/.zshrc | 4 ++-- 1 file 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 -- cgit v1.2.3