diff --git a/.bash_aliases b/.bash_aliases index ea43f30..d40cf0f 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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/$@"; }