diff --git a/zshrc b/zshrc index 6d977c7..216a016 100644 --- a/zshrc +++ b/zshrc @@ -171,6 +171,7 @@ which cmake &> /dev/null && \ alias cninja='cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON' which ssh &> /dev/null && \ alias ssh='TERM=xterm-256color ssh' +alias weather="curl wttr.in" case `uname` in Linux)