add tokei for getting code stats
This commit is contained in:
parent
d7ff4f74fa
commit
9e8cc03e01
1
Brewfile
1
Brewfile
@ -194,3 +194,4 @@ brew "awscli@2"
|
||||
brew "newsboat"
|
||||
brew "wtfutil"
|
||||
brew "tfenv"
|
||||
brew "tokei"
|
||||
|
@ -75,6 +75,7 @@ alias ygg="torrengo -s ygg"
|
||||
alias ag='alias | grep -i' # search for patten among aliases
|
||||
alias hg='history | grep -i' # search for pattern among history
|
||||
alias hist='history'
|
||||
alias codestats='tokei'
|
||||
|
||||
# Events
|
||||
alias agenda='calendar'
|
||||
|
Loading…
Reference in New Issue
Block a user