social-software/etc/fish/functions/weather.fish

6 lines
141 B
Fish

function weather
ansiweather -l "Purchase,USA" -H true -u imperial -s true -i true
echo ""
echo "for full forecast, run: forecast"
end