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..."
|
echo "Loading weather..."
|
||||||
if [[ -n "$PRETTY" ]] ; then
|
if [[ -n "$PRETTY" ]] ; then
|
||||||
# nerdfont
|
# nerdfont
|
||||||
curl -fsSL "https://v2d.wttr.in/${LAT},${LON}?F" | less
|
curl -fsSL "https://v2d.wttr.in/${LAT},${LON}?F" | less -R
|
||||||
else
|
else
|
||||||
curl -fsSL "https://wttr.in/${LAT},${LON}?F" | less
|
curl -fsSL "https://wttr.in/${LAT},${LON}?F" | less -R
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user