]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: Use `.` instead of bashism `source`
authorOleg Broytman <phd@phdru.name>
Tue, 24 Dec 2019 01:48:52 +0000 (04:48 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Dec 2019 01:48:52 +0000 (04:48 +0300)
.shellrc

index 5200b80c9e7fce1628ee685361b726ffca04b7c3..b1c2da191be8b4be1e62f3b7b1fa2b8908975ed2 100644 (file)
--- 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"