From 2d28df687a9540bb0cf1c509c64a7137c5be00cd Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 1 Apr 2015 07:19:41 +0200 Subject: [PATCH] .zshrc IMP --- templates/zshrc.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.0.0