diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 158bd1af8..bdf8fa38b 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,4 +1,4 @@ -# Path to your oh-my-zsh configuration. +## Path to your oh-my-zsh configuration. export ZSH=$HOME/.oh-my-zsh # Man up - learn a real IDE... @@ -21,10 +21,19 @@ export CASE_SENSITIVE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git svn textmate osx) +plugins=(git svn textmate osx) #::_SS_PLUGINS:: + +# The following line is used for automatic upgrades to your template file +#::_SS_PLACEHOLDER:: + source .oh-my-zsh/oh-my-zsh.sh # Customize to your needs... export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin:/Developer/android-sdk-mac/tools:/usr/local/narwhal/bin:/usr/local/node/bin:/usr/local/sbin:/usr/sbin:/sbin +# DO NOT REMOVE! The following line controls the automatic template upgrade system +#::_SS_TEMPLATE_VERSION::1 + +# Place your own modifications after this line +#::_SS_MOD_USER