diff --git a/weather b/weather index 20a0811..57125a8 100755 --- a/weather +++ b/weather @@ -277,9 +277,9 @@ display_forecast() { echo "Loading weather..." if [[ -n "$PRETTY" ]] ; then # nerdfont - curl -fsSL "https://v2d.wttr.in/${LAT},${LON}?F" | less + curl -fsSL "https://v2d.wttr.in/${LAT},${LON}?F" | less -R else - curl -fsSL "https://wttr.in/${LAT},${LON}?F" | less + curl -fsSL "https://wttr.in/${LAT},${LON}?F" | less -R fi exit 0