dotfiles/fish.configlink/functions/weather.fish

4 lines
82 B
Fish
Raw Normal View History

2020-12-22 02:09:53 +00:00
function weather --description "Check weather"
curl wttr.in/$WEATHER_CITY
end