From 45ce8b3100092e6a537eac3bdbca8533ae241274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C4=B1x?= <51x@users.noreply.github.com> Date: Thu, 31 Aug 2017 20:42:55 +0000 Subject: [PATCH] wttr --- profile_files/.zsh/general_functions.zsh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profile_files/.zsh/general_functions.zsh b/profile_files/.zsh/general_functions.zsh index febd4bd..357e758 100644 --- a/profile_files/.zsh/general_functions.zsh +++ b/profile_files/.zsh/general_functions.zsh @@ -20,3 +20,11 @@ function extract { echo "'$1' is not a valid file" fi } + +function wttrb { + curl wttr.in/budapest +} + +#function wttrk { +# curl wttr.in/~Kilimanjaro +#}