added cheat.sh

This commit is contained in:
Brad Ganley 2021-06-02 14:53:58 -05:00
parent 3af68cdb8f
commit d5b7ff4dff

View File

@ -30,3 +30,5 @@ alias tn='tmux -2 new -s'
# Misc
alias wttr='ansiweather -l belleville,illinois -u imperial -s false'
rtfm() { help $@ || info $@ || man $@ || curl "http://cheat.sh/$@"; }
ch() { curl "http://cheat.sh/$@"; }