From 6e25b8460cd18d7ffc736bb86ebf5dfe391e8c8d Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 21:57:57 +0200 Subject: [PATCH] .zshrc.sh: REMOVE obsolete part --- templates/zshrc.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/zshrc.sh b/templates/zshrc.sh index a05ecc4..d3d7ccd 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -12,6 +12,19 @@ export ARCHFLAGS="-arch x86_64" 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=( # meteor # node npm -- 2.0.0