diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-16 15:53:47 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-16 15:53:47 +0200 |
| commit | 667f0776b3832c78faec65f1be4d1167cf2979b1 (patch) | |
| tree | e1a58c5f10a86ef988c4cb38afee34515504c1a3 /.config | |
| parent | fb3ec801f5581abf612b1ae8c93d77bd5f2bfc70 (diff) | |
| download | dotfiles-667f0776b3832c78faec65f1be4d1167cf2979b1.tar.gz dotfiles-667f0776b3832c78faec65f1be4d1167cf2979b1.zip | |
Testing fzf sourcing (key-bindings & completion)
Diffstat (limited to '.config')
| -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 |
