X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5976e7c754210395c6854ff3504e75f352980d3c..8c0176ae225b18e17bd36b0c7edfeb4e9d4c2d3c:/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