mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
5 lines
191 B
Bash
5 lines
191 B
Bash
# Prevents ~rvm_rvmrc_cwd from showing in the prompt
|
|
# http://rvm.beginrescueend.com/integration/zsh/
|
|
unsetopt auto_name_dirs
|
|
|
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
|