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

3 lines
89 B
Fish

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