diff --git a/zshrc b/zshrc index c641d3a..dc392f9 100644 --- a/zshrc +++ b/zshrc @@ -4,6 +4,10 @@ # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh +if [[ -f ~/.django_conf ]]; then + source ~/.django_conf +fi + # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes