X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;fp=.shellrc;h=b1c2da191be8b4be1e62f3b7b1fa2b8908975ed2;hp=5200b80c9e7fce1628ee685361b726ffca04b7c3;hb=b5faa73648c53b61719b273b63912716ab7f0593;hpb=096bb648471cb26e48e5c59911f52b6e436464a3 diff --git a/.shellrc b/.shellrc index 5200b80..b1c2da1 100644 --- a/.shellrc +++ b/.shellrc @@ -164,7 +164,7 @@ if test -n "$BASH_VERSION"; then # eval "`pyenv virtualenv-init -`" #fi - source virtualenvwrapper_lazy.sh 2>/dev/null + . virtualenvwrapper_lazy.sh 2>/dev/null if [ -n "$VIRTUAL_ENV" ] && ! type deactivate >/dev/null 2>&1; then . "$VIRTUAL_ENV/bin/activate"