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 "wtfutil"
|
||||||
brew "tfenv"
|
brew "tfenv"
|
||||||
brew "tokei"
|
brew "tokei"
|
||||||
|
brew "fd"
|
||||||
|
@ -80,6 +80,7 @@ alias codestats='tokei'
|
|||||||
alias dups='file_dups'
|
alias dups='file_dups'
|
||||||
alias pairs='file_getpairs'
|
alias pairs='file_getpairs'
|
||||||
alias words='file_getwords'
|
alias words='file_getwords'
|
||||||
|
alias fd="\fd"
|
||||||
|
|
||||||
# Events
|
# Events
|
||||||
alias agenda='calendar'
|
alias agenda='calendar'
|
||||||
|
Loading…
Reference in New Issue
Block a user