diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-07 09:11:34 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-07 09:11:34 -0700 |
commit | b67961d812c7f403aea223f40410bfc34f706b05 (patch) | |
tree | b01e6ffbafd992245b95ae19fb3e27adbf77f318 /templates | |
parent | 44465ef4ce41f0928f6c59573da476a559a809a4 (diff) | |
download | zsh-b67961d812c7f403aea223f40410bfc34f706b05.tar.gz zsh-b67961d812c7f403aea223f40410bfc34f706b05.tar.bz2 zsh-b67961d812c7f403aea223f40410bfc34f706b05.zip |
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 6aae14013..b8da51428 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,6 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ export ZSH_THEME="robbyrussell" -# Customize to your needs... -#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin - source $ZSH/oh-my-zsh.sh + +# Customize to your needs... |