Commit 6e25b8460cd18d7ffc736bb86ebf5dfe391e8c8d
1 parent
8f1d44163d
Exists in
master
and in
2 other branches
.zshrc.sh: REMOVE obsolete part
Showing 1 changed file with 13 additions and 0 deletions Side-by-side Diff
templates/zshrc.sh
... | ... | @@ -12,6 +12,19 @@ export ARCHFLAGS="-arch x86_64" |
12 | 12 | export PATH=$HOME/bin:/usr/local/bin:$PATH |
13 | 13 | # export MANPATH="/usr/local/man:$MANPATH" |
14 | 14 | |
15 | +# if [ "1" == "2" ]; then | |
16 | +# #sudo apt-get -yq python-setuptools | |
17 | +# | |
18 | +# #sudo easy_install pip | |
19 | +# #sudo pip install virtualenvwrapper | |
20 | +# | |
21 | +# mkvirtualenv cb-meteor | |
22 | +# pip install nodeenv | |
23 | +# nodeenv -p | |
24 | +# | |
25 | +# # curl https://install.meteor.com/ | sh | |
26 | +# fi | |
27 | + | |
15 | 28 | plugins=( |
16 | 29 | # meteor |
17 | 30 | # node npm |