From 88963b0bbb40c99b5670bfda7ba7775b107ecbc1 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 22:12:20 +0200 Subject: [PATCH] */zshrc.sh: - REMOVE obsolete parts - MOVE git plugin FROM dotfiles/zshrc.sh TO templates/zshrc.sh --- dotfiles/zshrc.sh | 3 +-- templates/zshrc.sh | 17 +++-------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 59679c7..beee233 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -22,7 +22,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true" HIST_STAMPS="dd.mm.yyyy" ZSH_CUSTOM=$ZCFG/custom -plugins+=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload) +plugins+=(command-not-found common-aliases debian dirhistory history history-substring-search systemadmin zsh_reload) # virtualenvwrapper if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then @@ -33,7 +33,6 @@ fi # User configuration export PATH=$HOME/bin:/usr/local/bin:$PATH -# export MANPATH="/usr/local/man:$MANPATH" # Environment if [ -f $ZCFG/dotfiles/environment.sh ]; then diff --git a/templates/zshrc.sh b/templates/zshrc.sh index d3d7ccd..e3c6a75 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -10,24 +10,13 @@ export ARCHFLAGS="-arch x86_64" # User configuration export PATH=$HOME/bin:/usr/local/bin:$PATH -# export MANPATH="/usr/local/man:$MANPATH" - -# if [ "1" == "2" ]; then -# #sudo apt-get -yq python-setuptools -# -# #sudo easy_install pip -# #sudo pip install virtualenvwrapper -# -# mkvirtualenv cb-meteor -# pip install nodeenv -# nodeenv -p -# -# # curl https://install.meteor.com/ | sh -# fi plugins=( + git + # --- # meteor # node npm + # docker ) # Main .zshrc -- 2.0.0