diff --git a/config/shell_aliases b/config/shell_aliases index 4c1cc84..f7384de 100644 --- a/config/shell_aliases +++ b/config/shell_aliases @@ -53,5 +53,5 @@ fi if (hash bat 2>/dev/null) ; then export MANPAGER="sh -c 'col -bx | bat -l man -p'" fi -alias unsetproxy="unset $(env | grep -Pio '^https?_proxy' | xargs)" +function unsetproxy() { unset $(env | grep -Pio '^https?_proxy' | xargs) ; } hash fdfind && alias fd=fdfind