From ae7f735b3ccbee00f8f3a30bfc2b50d8e20710cc Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 22:22:01 +0200 Subject: [PATCH] .bashrc: export ZCFG=$HOME/.config/zsh-config --- templates/bashrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/bashrc.sh b/templates/bashrc.sh index 9cd208d..992b317 100644 --- a/templates/bashrc.sh +++ b/templates/bashrc.sh @@ -1,4 +1,7 @@ #@IgnoreInspection AddShebang + +export ZCFG=$HOME/.config/zsh-config + # If not running interactively, don't do anything case $- in *i*) ;; -- 2.0.0