Add weather alias to curl wttr.in

This commit is contained in:
Kenneth Benzie 2019-01-08 12:31:27 +00:00
parent 1e46ca4633
commit ce65ae40bc

1
zshrc
View File

@ -171,6 +171,7 @@ which cmake &> /dev/null && \
alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON' alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON'
which ssh &> /dev/null && \ which ssh &> /dev/null && \
alias ssh='TERM=xterm-256color ssh' alias ssh='TERM=xterm-256color ssh'
alias weather="curl wttr.in"
case `uname` in case `uname` in
Linux) Linux)