Add unsetproxy alias and fd alias for fdfind
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user