mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Reload the .rvmrc on current directory after open new tabs/windows and "Reuse Previuos Tab Directory"
This commit is contained in:
parent
ce0fe10bdc
commit
febb320656
1 changed files with 5 additions and 0 deletions
|
|
@ -25,4 +25,9 @@ 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...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue