mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge ce0fe10bdc into 1120f97305
This commit is contained in:
commit
f52b833529
1 changed files with 6 additions and 0 deletions
|
|
@ -4,4 +4,10 @@ function rvm_prompt_info() {
|
||||||
echo "($ruby_version)"
|
echo "($ruby_version)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [[ -s $HOME/.rvm/scripts/rvm ]]; then
|
||||||
|
# Bugfix: prompt displays the current directory as "~rvm_rvmrc_cwd"
|
||||||
|
# http://beginrescueend.com/integration/zsh/
|
||||||
|
unsetopt auto_name_dirs
|
||||||
|
|
||||||
|
source $HOME/.rvm/scripts/rvm
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue