Compare commits
1 Commits
master
...
c08e57e256
| Author | SHA1 | Date | |
|---|---|---|---|
| c08e57e256 |
@@ -11,10 +11,11 @@ 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
|
||||||
if [[ -n "$ZSH_VERSION" ]]; then
|
if [[ -n "$ZSH_VERSION" ]]; then
|
||||||
command -v zoxide >/dev/null && eval "$(zoxide init zsh)"
|
command -v zoxide >/dev/null && eval "$(zoxide init zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user