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