Some Python setup
This commit is contained in:
5
zshrc
5
zshrc
@ -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
|
||||
|
Reference in New Issue
Block a user