zshrc: optionally source django conf

This commit is contained in:
Johannes Rothe 2018-02-19 19:12:58 +01:00
parent ac52fb785c
commit ccb0822aaf

4
zshrc
View File

@ -4,6 +4,10 @@
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh 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" # 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. # it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes