Skip to content

Commit

Permalink
Disable the RVM and virtualenv modules by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed May 17, 2011
1 parent 282eba1 commit c04005b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
svn_module=${svn_module:-off}
hg_module=${hg_module:-on}
vim_module=${vim_module:-on}
rvm_module=${rvm_module:-on}
venv_module=${venv_module:-on}
rvm_module=${rvm_module:-off}
venv_module=${venv_module:-off}
clock_module=${clock_module:-off}
error_bell=${error_bell:-off}
cwd_cmd=${cwd_cmd:-\\w}
Expand Down

0 comments on commit c04005b

Please sign in to comment.