This commit is contained in:
2026-07-18 23:08:46 +05:30
parent a7246fe879
commit c0bb8b5f9a
+2 -2
View File
@@ -11,8 +11,8 @@ if command -v xclip >/dev/null 2>&1; then
fi fi
# fzf shell integration (Linux path) # fzf shell integration (Linux path)
[[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ]] && \ # Set up fzf key bindings and fuzzy completion
source /usr/share/doc/fzf/examples/key-bindings.zsh eval "$(fzf --bash)"
[[ -f ~/.fzf.zsh ]] && source ~/.fzf.zsh [[ -f ~/.fzf.zsh ]] && source ~/.fzf.zsh
# Zoxide (smarter cd) — in case not already initialized by bashrc # Zoxide (smarter cd) — in case not already initialized by bashrc