diff --git a/env/.local/scripts/weather b/env/.local/scripts/weather index 9cb1e57..44484fa 100755 --- a/env/.local/scripts/weather +++ b/env/.local/scripts/weather @@ -46,7 +46,7 @@ while [[ $# -gt 0 ]]; do done get_weather() { - curl "wttr.in/$location" + gum spin --show-output --title="Loading weather for: $location..." curl "wttr.in/$location" } ##################################################