diff --git a/home/.zshrc.local b/home/.zshrc.local index be509ce..349d6df 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -197,8 +197,8 @@ alias vim="nvim" alias vimdiff="nvim -d" export EDITOR=nvim -# Debian packages fd this as fdfind -alias fd="fdfind" +# Debian packages fd as fdfind +command -v fdfind >/dev/null && alias fd="fdfind" ## Environment variables export HVSC_BASE="$HOME/Documents/sound/HVSC/"