Former-commit-id: 77f9458afb
This commit is contained in:
Brad Ganley
2021-05-24 13:08:29 -05:00
parent 2796038c1c
commit 599d5c3676

View File

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