From 77f9458afb22a97eb27c2b5cc8eedf0901785922 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 24 May 2021 13:08:29 -0500 Subject: [PATCH] rtfm --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index 02416f2..c5861fb 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -26,3 +26,4 @@ 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/$@"; }