zshrc.sh 414 Bytes
#@IgnoreInspection AddShebang

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

# ENVIRONMENT:
export GJ_ENV=local_aptproxy

export LANG=en_US.UTF-8

# Compilation flags
export ARCHFLAGS="-arch x86_64"

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

plugins=(
		#meteor node npm
)

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