From 9e08f2376c8e5919a2342edf13102a2c593948b6 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 21 Oct 2015 19:08:56 +0200 Subject: [PATCH] [IMP] zshrc.sh: DON'T export PATH --- dotfiles/zshrc.sh | 4 ++-- templates/zshrc.sh | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index dd1725d..c97e029 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -25,7 +25,7 @@ ZSH_CUSTOM=$ZCFG/custom plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search screen systemadmin zsh_reload) # User configuration -export PATH=$HOME/bin:/usr/local/bin:$PATH +#export PATH=$HOME/bin:/usr/local/bin:$PATH # Environment if [ -f $ZCFG/dotfiles/environment.sh ]; then @@ -59,4 +59,4 @@ fi if [ -f $ZCFG/dotfiles/aliases_zsh.sh ]; then . $ZCFG/dotfiles/aliases_zsh.sh -fi \ No newline at end of file +fi diff --git a/templates/zshrc.sh b/templates/zshrc.sh index e3c6a75..dd91eb8 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -9,17 +9,17 @@ export LANG=en_US.UTF-8 export ARCHFLAGS="-arch x86_64" # User configuration -export PATH=$HOME/bin:/usr/local/bin:$PATH +#export PATH=$HOME/bin:/usr/local/bin:$PATH plugins=( - git - # --- - # meteor - # node npm - # docker + git + # --- + # meteor + # node npm + # docker ) # Main .zshrc if [ -f $ZCFG/dotfiles/zshrc.sh ]; then . $ZCFG/dotfiles/zshrc.sh -fi \ No newline at end of file +fi -- 2.0.0