This commit is contained in:
Brad Ganley 2021-05-24 13:08:29 -05:00
parent 048b599636
commit 77f9458afb

View File

@ -26,3 +26,4 @@ alias tn='tmux -2 new -s'
# Misc # Misc
alias wttr='ansiweather -l belleville,illinois -u imperial -s false' alias wttr='ansiweather -l belleville,illinois -u imperial -s false'
rtfm() { help $@ || info $@ || man $@ || curl "http://cheat.sh/$@"; }