diff --git a/fish/.config/fish/functions/weather.fish b/fish/.config/fish/functions/weather.fish new file mode 100644 index 0000000..c775c0f --- /dev/null +++ b/fish/.config/fish/functions/weather.fish @@ -0,0 +1,3 @@ +function weather --description "Check weather with chubin/wttr.in" + curl wttr.in +end