From ce65ae40bc62eaa075ef5480f2d080bf65fc3443 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 8 Jan 2019 12:31:27 +0000 Subject: [PATCH] Add weather alias to `curl wttr.in` --- zshrc | 1 + 1 file changed, 1 insertion(+) 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)