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

5 lines
102 B
Fish
Raw Normal View History

2018-11-15 01:01:37 +00:00
# Defined in /tmp/fish.aFIptQ/weather.fish @ line 1
function weather
curl 'http://wttr.in/jfk?m'
end