weather () { curl wttr.in/"$@" } weather2 () { curl v2d.wttr.in/"$@" } alias weather_sheffield='curl wttr.in/Sheffield' alias weather_high_neb='curl wttr.in/High+Neb' ## Linux commands https://github.com/chubin/cheat.sheets cheat () { curl cheat.sh/"$@" }