diff --git a/.zshrc b/.zshrc index c8491d6..5d73a36 100644 --- a/.zshrc +++ b/.zshrc @@ -76,10 +76,10 @@ function passgen () { function weather() { local loc=$1 if [[ -z "$loc" ]]; then - loc="Lake Forest, CA" + loc="Phoenix, AZ" fi - curl -sSL "wttr.in/$loc?m" + curl -sSL "wttr.in/$loc?" } alias e="$EDITOR"