added cheat.sh

Former-commit-id: d5b7ff4dff
This commit is contained in:
Brad Ganley
2021-06-02 14:53:58 -05:00
parent 1ff0e6bcd6
commit 2e1560d473

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/$@"; }