diff --git a/home/private_dot_config/zsh/functions/weather b/home/private_dot_config/zsh/functions/weather index 99e466b..6dd89cd 100644 --- a/home/private_dot_config/zsh/functions/weather +++ b/home/private_dot_config/zsh/functions/weather @@ -1,3 +1,5 @@ #!/bin/zsh -# What is the weather? -curl "http://wttr.in/$1" +##? What is the weather? +##? defaults to showing Austin, Tx + +curl "http://wttr.in/${1:-Austin,Tx}"