Updates on arch

This commit is contained in:
David Tomaschik
2022-05-23 21:56:45 -07:00
parent c3c9714b8d
commit 747bc7becd
2 changed files with 3 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ if [[ $- == *i* ]] ; then
# Virtualenvwrapper
if test -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ; then
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
elif test -f /usr/bin/virtualenvwrapper_lazy.sh ; then
source /usr/bin/virtualenvwrapper_lazy.sh
fi
if command ls --version >/dev/null 2>&1 ; then
alias ls="$(whence -p ls) --color=auto -C"