From d5b7ff4dffd949ad70b140a5d37339089feb1f41 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 2 Jun 2021 14:53:58 -0500 Subject: [PATCH] added cheat.sh --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) 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/$@"; }