diff --git a/zsh/.config/zsh/functions.zsh b/zsh/.config/zsh/functions.zsh index 5d37b82..bf8220b 100644 --- a/zsh/.config/zsh/functions.zsh +++ b/zsh/.config/zsh/functions.zsh @@ -8,7 +8,7 @@ doasedit () { get_ip () { (( ${+commands[wget]} )) || return 1 - wget "$1" -qO- "https://ifconfig.co/json" + wget $@ -qO- "https://ifconfig.co/json" } pz_upgrade () {