Update various shell configs

This commit is contained in:
2017-02-11 00:17:43 +00:00
parent 9c675e9c62
commit b30b6b4c50
4 changed files with 29 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
# Python
#
# Load virtualenv-burrito if it's available
if [ -f "$HOME/.venvburrito/startup.sh" ]; then
source "$HOME/.venvburrito/startup.sh"
# Init pyenv
if [ -n "$(command -v pyenv)" ]; then
eval "$(pyenv init -)"
fi