alias fd=fdfind

This commit is contained in:
giomba 2021-10-28 09:22:14 +02:00
parent 6677df1ae2
commit e78e9ce616
1 changed files with 5 additions and 0 deletions

5
zshrc
View File

@ -3796,6 +3796,11 @@ if command -v bat &> /dev/null ; then
alias cat=bat
fi
# modern, colourful, user-friendly and rust-based version of find with regex
if command -v fdfind &> /dev/null; then
alias fd=fdfind
fi
# automatically load env variables from .envrc, when entering a directory
if command -v direnv &> /dev/null ; then
eval "$(direnv hook zsh)"