add tldr alternative to help

This commit is contained in:
Morgan Wattiez
2019-08-17 00:30:25 +02:00
parent dfb5184bf1
commit 5375dff58a
3 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,7 @@ alias biggerthan10='biggerthan 10M'
alias latency='curl cheat.sh/latency'
alias moon='curl wttr.in/Moon'
alias lune='moon'
alias help='tldr'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"