Commit e5c710d8b42bccad2b3b0469d067fe8a74a7ca4f

Authored by mj
Exists in master and in 2 other branches 02-merge, dev

Merge branch '01-zshrc.sh'

Showing 1 changed file Inline Diff

1 #@IgnoreInspection AddShebang 1 #@IgnoreInspection AddShebang
2 2
3 export ZCFG=$HOME/.config/zsh-config 3 export ZCFG=$HOME/.config/zsh-config
4 export ZCFG_SPLIT=1 4 export ZCFG_SPLIT=1
5 5
6 # Environment 6 # Environment
7 export GJ_ENV=local_aptproxy 7 export GJ_ENV=local_aptproxy
8 export LANG=en_US.UTF-8 8 export LANG=en_US.UTF-8
9 export ARCHFLAGS="-arch x86_64" 9 export ARCHFLAGS="-arch x86_64"
10 10
11 # User configuration 11 # User configuration
12 export PATH=$HOME/bin:/usr/local/bin:$PATH 12 export PATH=$HOME/bin:/usr/local/bin:$PATH
13 # export MANPATH="/usr/local/man:$MANPATH" 13 # export MANPATH="/usr/local/man:$MANPATH"
14 14
15 # if [ "1" == "2" ]; then
16 # #sudo apt-get -yq python-setuptools
17 #
18 # #sudo easy_install pip
19 # #sudo pip install virtualenvwrapper
20 #
21 # mkvirtualenv cb-meteor
22 # pip install nodeenv
23 # nodeenv -p
24 #
25 # # curl https://install.meteor.com/ | sh
26 # fi
27
15 plugins=( 28 plugins=(
16 # meteor 29 # meteor
17 # node npm 30 # node npm
18 ) 31 )
19 32
20 # Main .zshrc 33 # Main .zshrc
21 if [ -f $ZCFG/dotfiles/zshrc.sh ]; then 34 if [ -f $ZCFG/dotfiles/zshrc.sh ]; then
22 . $ZCFG/dotfiles/zshrc.sh 35 . $ZCFG/dotfiles/zshrc.sh
23 fi 36 fi