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