# Defined in - @ line 0
function weather --description 'alias weather=curl wttr.in/~Berwick-upon-Tweed'
	curl wttr.in/~Berwick-upon-Tweed $argv;
end