dotfiles/.config/fish/functions/weather.fish
2023-11-25 01:34:13 -05:00

4 lines
117 B
Fish

function weather --wraps='curl wttr.in' --description 'alias weather=curl wttr.in'
curl wttr.in $argv
end