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

5 lines
102 B
Fish

# Defined in /tmp/fish.aFIptQ/weather.fish @ line 1
function weather
curl 'http://wttr.in/jfk?m'
end