commit 5683fe8347fafae8fa785a99663576619df98c63
parent f7c84c5c9d3b953646891c49a4f7a5900d919050
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Wed, 28 Sep 2016 09:54:46 -0700
use metric units for weather forecast
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -57,7 +57,7 @@ function sayfile() { festival --tts $@; }
function tnew { tmux new-session -As `basename $PWD` }
function w3mtor { torify w3m http://3g2upl4pq6kufc4m.onion/ }
#function weather { curl wttr.in/SanDiego; }
-function weather { curl wttr.in; }
+function weather { curl wttr.in/?m; }
# Start tmux on shell login
#[[ -z "$TMUX" ]] && exec tmux