Reload the .rvmrc on current directory after open new tabs/windows and "Reuse Previuos Tab Directory"

This commit is contained in:
tinogomes 2011-05-12 08:21:14 -03:00
commit a8180aa683

View file

@ -25,4 +25,9 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
# After open new tabs / windows and "Reuse Previous Tab's Directory"
# reload the .rvmrc file on current directory
# http://beginrescueend.com/integration/zsh/
[[ -s $HOME/.rvm/scripts/rvm ]] && __rvm_project_rvmrc
# Customize to your needs...