diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-26 15:58:23 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-26 15:58:23 +0200 |
| commit | 8bbef0569cb4d7dbdd53be7a083f9138a45d67c1 (patch) | |
| tree | c9a58c1ce45f05d80b4e199b703679608142178d /.config | |
| parent | 5b0eda29417d791fed39b718a0494ad72590ec85 (diff) | |
| download | dotfiles-8bbef0569cb4d7dbdd53be7a083f9138a45d67c1.tar.gz dotfiles-8bbef0569cb4d7dbdd53be7a083f9138a45d67c1.zip | |
Fixed not sourcing proper fzf completion
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index da20ab1..ececf24 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -44,7 +44,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" + #FZF_BASE="/usr/share/fzf" + FZF_BASE="/usr/local/bin/fzf/shell" source "${FZF_BASE}/key-bindings.zsh" source "${FZF_BASE}/completion.zsh" else |
