install fd and override zsh alias
This commit is contained in:
parent
ee0d336f2a
commit
784d8977d2
1
Brewfile
1
Brewfile
@ -195,3 +195,4 @@ brew "newsboat"
|
||||
brew "wtfutil"
|
||||
brew "tfenv"
|
||||
brew "tokei"
|
||||
brew "fd"
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user