added cheat.sh
This commit is contained in:
parent
3af68cdb8f
commit
d5b7ff4dff
@ -30,3 +30,5 @@ 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/$@"; }
|
rtfm() { help $@ || info $@ || man $@ || curl "http://cheat.sh/$@"; }
|
||||||
|
|
||||||
|
ch() { curl "http://cheat.sh/$@"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user