From b5faa73648c53b61719b273b63912716ab7f0593 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 24 Dec 2019 04:48:52 +0300 Subject: [PATCH] .shellrc: Use `.` instead of bashism `source` --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2