Add unsetproxy alias and fd alias for fdfind

This commit is contained in:
tke
2023-05-04 08:18:55 +02:00
parent 6fddcd2a43
commit a42a20afc5

View File

@@ -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