diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 470819d..a05ecc4 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -1,13 +1,11 @@ #@IgnoreInspection AddShebang export ZCFG=$HOME/.config/zsh-config +export ZCFG_SPLIT=1 -# ENVIRONMENT: +# Environment export GJ_ENV=local_aptproxy - export LANG=en_US.UTF-8 - -# Compilation flags export ARCHFLAGS="-arch x86_64" # User configuration @@ -15,10 +13,11 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" plugins=( - #meteor node npm + # meteor + # node npm ) -# Aliases +# Main .zshrc if [ -f $ZCFG/dotfiles/zshrc.sh ]; then . $ZCFG/dotfiles/zshrc.sh fi \ No newline at end of file