main
Alpha Chen 11 months ago
parent b81ec190ed
commit 60dd17f367
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -94,6 +94,10 @@ fi
### completions ### completions
if [ -x $(command -v jj) ]; then
source <(jj util completion --zsh)
fi
if [ -e $(brew --prefix fzf)/shell/completion.zsh ]; then if [ -e $(brew --prefix fzf)/shell/completion.zsh ]; then
source $(brew --prefix fzf)/shell/key-bindings.zsh source $(brew --prefix fzf)/shell/key-bindings.zsh
source $(brew --prefix fzf)/shell/completion.zsh source $(brew --prefix fzf)/shell/completion.zsh

Loading…
Cancel
Save