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*) ;;