zshrc.sh 416 Bytes
#@IgnoreInspection AddShebang

export ZCFG=$HOME/.config/zsh-config
export ZCFG_SPLIT=1

# Environment
export GJ_ENV=local_aptproxy
export LANG=en_US.UTF-8
export ARCHFLAGS="-arch x86_64"

# User configuration
export PATH=$HOME/bin:/usr/local/bin:$PATH

plugins=(
		    git
        #   ---
		#	meteor
		#	node npm
		#   docker
)

# Main .zshrc
if [ -f $ZCFG/dotfiles/zshrc.sh ]; then
    . $ZCFG/dotfiles/zshrc.sh
fi