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 +#}