From 123da2fdf58c36654d5e8bbf9e58c58a2ebc1d8e Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Fri, 23 Dec 2022 06:53:13 -0700 Subject: [PATCH] Fix weather location --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fcc01e6..e521385 100644 --- a/.zshrc +++ b/.zshrc @@ -82,7 +82,7 @@ mkdir -p "$HOME/.local/bin" && export PATH="$HOME/.local/bin:$PATH" function weather() { local loc=$1 if [[ -z "$loc" ]]; then - loc="Phoenix%2C%20AZ" + loc="Phoenix%2C%20Arizona%2C%20United%20States" fi curl -sSL "https://wttr.in/$loc?"