4 lines
82 B
Fish
Raw Normal View History

2020-12-21 19:09:53 -07:00
function weather --description "Check weather"
curl wttr.in/$WEATHER_CITY
end