alias fd=fdfind
This commit is contained in:
parent
6677df1ae2
commit
e78e9ce616
5
zshrc
5
zshrc
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user