Commit 2d28df687a9540bb0cf1c509c64a7137c5be00cd

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

.zshrc IMP

Showing 1 changed file with 5 additions and 6 deletions 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 5
5 # ENVIRONMENT: 6 # Environment
6 export GJ_ENV=local_aptproxy 7 export GJ_ENV=local_aptproxy
7
8 export LANG=en_US.UTF-8 8 export LANG=en_US.UTF-8
9
10 # Compilation flags
11 export ARCHFLAGS="-arch x86_64" 9 export ARCHFLAGS="-arch x86_64"
12 10
13 # User configuration 11 # User configuration
14 export PATH=$HOME/bin:/usr/local/bin:$PATH 12 export PATH=$HOME/bin:/usr/local/bin:$PATH
15 # export MANPATH="/usr/local/man:$MANPATH" 13 # export MANPATH="/usr/local/man:$MANPATH"
16 14
17 plugins=( 15 plugins=(
18 #meteor node npm 16 # meteor
17 # node npm
19 ) 18 )
20 19
21 # Aliases 20 # Main .zshrc
22 if [ -f $ZCFG/dotfiles/zshrc.sh ]; then 21 if [ -f $ZCFG/dotfiles/zshrc.sh ]; then