zshrc.sh
671 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
# export MANPATH="/usr/local/man:$MANPATH"
# if [ "1" == "2" ]; then
# #sudo apt-get -yq python-setuptools
#
# #sudo easy_install pip
# #sudo pip install virtualenvwrapper
#
# mkvirtualenv cb-meteor
# pip install nodeenv
# nodeenv -p
#
# # curl https://install.meteor.com/ | sh
# fi
plugins=(
# meteor
# node npm
)
# Main .zshrc
if [ -f $ZCFG/dotfiles/zshrc.sh ]; then
. $ZCFG/dotfiles/zshrc.sh
fi