zshrc: optionally source django conf
This commit is contained in:
parent
ac52fb785c
commit
ccb0822aaf
4
zshrc
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user