X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5976e7c754210395c6854ff3504e75f352980d3c..b19efc10dd24eee3575c9a7c8d6575b12e8391b2:/zsh/lib/fzf.zsh diff --git a/zsh/lib/fzf.zsh b/zsh/lib/fzf.zsh index 6f0b81f..b9188d6 100755 --- a/zsh/lib/fzf.zsh +++ b/zsh/lib/fzf.zsh @@ -1,4 +1,4 @@ -if [[ ! -x /usr/bin/fzf ]]; then +if ! hash fzf 2>/dev/null; then echo '`fzf` is not installed.' return fi