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