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