Better syntax for command[__]
This commit is contained in:
parent
99b9d1e64f
commit
1eae74cc6d
|
@ -3,8 +3,8 @@ 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
|
||||||
|
|
||||||
# Open command in $EDITOR
|
# Open command in $EDITOR
|
||||||
|
|
Loading…
Reference in New Issue
Block a user