mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-14 06:18:41 +02:00
rvm plugin to fix cwd error
This commit is contained in:
parent
01b0366f3e
commit
cfdaf3c1e4
1 changed files with 5 additions and 0 deletions
5
plugins/rvm/rvm.plugin.zsh
Normal file
5
plugins/rvm/rvm.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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"
|
||||
Loading…
Reference in a new issue