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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
88 B
Fish
Raw Normal View History

function weather --description "Check weather with chubin/wttr.in"
curl wttr.in
end