install fd and override zsh alias

This commit is contained in:
MorganGeek 2020-07-08 14:08:02 +02:00
parent ee0d336f2a
commit 784d8977d2
2 changed files with 2 additions and 0 deletions

View File

@ -195,3 +195,4 @@ brew "newsboat"
brew "wtfutil"
brew "tfenv"
brew "tokei"
brew "fd"

View File

@ -80,6 +80,7 @@ alias codestats='tokei'
alias dups='file_dups'
alias pairs='file_getpairs'
alias words='file_getwords'
alias fd="\fd"
# Events
alias agenda='calendar'