|
|
|
@ -9,3 +9,7 @@ source ${ZSH_DIR}/.env.zsh |
|
|
|
|
|
|
|
# Load in oh-my-zsh |
|
|
|
source ${ZSH}/oh-my-zsh.sh |
|
|
|
|
|
|
|
# Load virtualenvwrapper if it is exists |
|
|
|
# DEV: Load the lazy script for faster load times |
|
|
|
test -x /usr/local/bin/virtualenvwrapper_lazy.sh && source /usr/local/bin/virtualenvwrapper_lazy.sh |