removed follow line

This commit is contained in:
spinach 2023-02-09 23:13:05 -05:00
parent e990b13ea9
commit 6e263798b4

View File

@ -277,9 +277,9 @@ display_forecast() {
if [[ -n "$PRETTY" ]] ; then
# nerdfont
curl -fsSL "https://v2d.wttr.in/${LAT},${LON}" -o /tmp/weather
curl -fsSL "https://v2d.wttr.in/${LAT},${LON}?F" -o /tmp/weather
else
curl -fsSL "https://wttr.in/${LAT},${LON}" -o /tmp/weather
curl -fsSL "https://wttr.in/${LAT},${LON}?F" -o /tmp/weather
fi
setsid -f st -e less -Srf /tmp/weather