Better syntax for command[__]
This commit is contained in:
parent
99b9d1e64f
commit
1eae74cc6d
|
@ -3,7 +3,7 @@ bindkey '^ ' autosuggest-accept
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
# If fzf is installed, source fzf key bindings.
|
# If fzf is installed, source fzf key bindings.
|
||||||
if (( $+commands[fzf] )); then
|
if [[ -x "$(command -v fzf)" ]]; then
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user