dotfiles/fish.configlink/functions/weather.fish
2020-12-21 19:09:53 -07:00

4 lines
82 B
Fish

function weather --description "Check weather"
curl wttr.in/$WEATHER_CITY
end