If we have fdfind, alias 'fd' to it

This commit is contained in:
Paul Walker
2019-10-17 14:00:51 +01:00
parent 545aa3b640
commit 6e93a6cb7f

View File

@@ -42,3 +42,7 @@ if [ "$TERM" == "xterm-256color" ] ; then
fi
alias log='git log --color --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit'
alias coot="cd ~/src/cooter_umbrella/"
if [ -x /usr/bin/fdfind ] ; then
alias fd=fdfind
fi