dotfiles/.config/fish/functions/weather.fish

4 lines
89 B
Fish
Raw Normal View History

function weather --description="Get weather for a given city"
curl wttr.in/$argv
end