Some Python setup

This commit is contained in:
2022-04-02 22:48:19 -05:00
parent a6f6372b0f
commit 10d351d73a
2 changed files with 6 additions and 1 deletions

5
zshrc
View File

@ -74,6 +74,11 @@ if [[ -s "$NVM_DIR/bash_completion" ]]; then
source "$NVM_DIR/bash_completion" # This loads nvm bash_completion
fi
# Virtualenvwrapper
if [[ -s "$HOME/.local/bin/virtualenvwrapper.sh" ]]; then
source "$HOME/.local/bin/virtualenvwrapper.sh"
fi
# Source machine-specific setup
if [[ -s ~/.zshrc.local ]]; then
source ~/.zshrc.local