fixed less colors
This commit is contained in:
parent
9ef4bec1c7
commit
cb8bdd3e43
4
weather
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user