moving reload rvm bugfix to rvm plugin

This commit is contained in:
tinogomes 2011-07-07 08:21:15 -03:00
commit 6a18406b24
3 changed files with 5 additions and 5 deletions

View file

@ -60,3 +60,4 @@ git_prompt_status() {
fi fi
echo $STATUS echo $STATUS
} }

View file

@ -44,3 +44,7 @@ function gems {
-Ee "s/$current_ruby$current_gemset$/$fg[green]&$reset_color/g" -Ee "s/$current_ruby$current_gemset$/$fg[green]&$reset_color/g"
} }
# 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

View file

@ -25,9 +25,4 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh 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... # Customize to your needs...