mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01: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…
Add table
Add a link
Reference in a new issue