]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: Use `.` instead of bashism `source`
[dotfiles.git] / .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"