mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge febb320656 into 1120f97305
This commit is contained in:
commit
7bb4986237
2 changed files with 11 additions and 0 deletions
|
|
@ -33,4 +33,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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue