From ccb0822aaf573ec99f6e03152405cf0dade5d824 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 19 Feb 2018 19:12:58 +0100 Subject: [PATCH] zshrc: optionally source django conf --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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