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

4 lines
88 B
Fish

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