Commit 9e08f2376c8e5919a2342edf13102a2c593948b6

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

[IMP] zshrc.sh: DON'T export PATH

Showing 2 changed files with 9 additions and 9 deletions Side-by-side Diff

... ... @@ -25,7 +25,7 @@ ZSH_CUSTOM=$ZCFG/custom
25 25 plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search screen systemadmin zsh_reload)
26 26  
27 27 # User configuration
28   -export PATH=$HOME/bin:/usr/local/bin:$PATH
  28 +#export PATH=$HOME/bin:/usr/local/bin:$PATH
29 29  
30 30 # Environment
31 31 if [ -f $ZCFG/dotfiles/environment.sh ]; then
... ... @@ -59,4 +59,4 @@ fi
59 59  
60 60 if [ -f $ZCFG/dotfiles/aliases_zsh.sh ]; then
61 61 . $ZCFG/dotfiles/aliases_zsh.sh
62   -fi
63 62 \ No newline at end of file
  63 +fi
... ... @@ -9,17 +9,17 @@ export LANG=en_US.UTF-8
9 9 export ARCHFLAGS="-arch x86_64"
10 10  
11 11 # User configuration
12   -export PATH=$HOME/bin:/usr/local/bin:$PATH
  12 +#export PATH=$HOME/bin:/usr/local/bin:$PATH
13 13  
14 14 plugins=(
15   - git
16   - # ---
17   - # meteor
18   - # node npm
19   - # docker
  15 + git
  16 + # ---
  17 + # meteor
  18 + # node npm
  19 + # docker
20 20 )
21 21  
22 22 # Main .zshrc
23 23 if [ -f $ZCFG/dotfiles/zshrc.sh ]; then
24 24 . $ZCFG/dotfiles/zshrc.sh
25   -fi
26 25 \ No newline at end of file
  26 +fi