From fa3036a7a091b8715bedfe1249ec448c1efa4a87 Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Wed, 8 Jan 2014 15:34:25 -0600 Subject: [PATCH] Added rbenv plugin. --- templates/zshrc.zsh-template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index b2cad20e8..75ffd1899 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -45,13 +45,11 @@ ZSH_THEME="robbyrussell" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git) - -source $ZSH/oh-my-zsh.sh +plugins=(git rbenv) # User configuration -export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=:/usr/local/bin:$HOME/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" # # Preferred editor for local and remote sessions @@ -67,3 +65,4 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH # ssh # export SSH_KEY_PATH="~/.ssh/dsa_id" +source $ZSH/oh-my-zsh.sh