mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update various shell configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user