summaryrefslogtreecommitdiffstats
path: root/fish/functions/weather.fish
blob: 96a8776b5fc3841e30c3b3198bbae77d8ed49475 (plain) (blame)
1
2
3
4
# Defined in - @ line 0
function weather --description 'alias weather=curl wttr.in/~Berwick-upon-Tweed'
	curl wttr.in/~Berwick-upon-Tweed $argv;
end