Fix fzf
This commit is contained in:
@@ -11,8 +11,8 @@ if command -v xclip >/dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# fzf shell integration (Linux path)
|
||||
[[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ]] && \
|
||||
source /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
eval "$(fzf --bash)"
|
||||
[[ -f ~/.fzf.zsh ]] && source ~/.fzf.zsh
|
||||
|
||||
# Zoxide (smarter cd) — in case not already initialized by bashrc
|
||||
|
||||
Reference in New Issue
Block a user