From 45c89772994f0379e7eb27f1fea2b06f9874ccce Mon Sep 17 00:00:00 2001 From: tke Date: Thu, 4 May 2023 08:18:55 +0200 Subject: [PATCH] Add unsetproxy alias and fd alias for fdfind --- config/shell_aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/shell_aliases b/config/shell_aliases index 9c1d0cb..4c1cc84 100644 --- a/config/shell_aliases +++ b/config/shell_aliases @@ -52,5 +52,6 @@ if (hash exa 2>/dev/null) ; then fi if (hash bat 2>/dev/null) ; then export MANPAGER="sh -c 'col -bx | bat -l man -p'" - alias cat='bat' fi +alias unsetproxy="unset $(env | grep -Pio '^https?_proxy' | xargs)" +hash fdfind && alias fd=fdfind