This commit is contained in:
David Aizenberg
2018-07-15 12:22:55 +03:00
parent af6b54ebdf
commit 1715bf47f1

View File

@@ -80,6 +80,9 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
export PY_USER_BIN=$(python -c 'import site; print(site.USER_BASE + "/bin")')
export PATH=$PY_USER_BIN:$PATH
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion