1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Fix rvm prompt

This commit is contained in:
Holger Just 2011-07-20 15:36:53 +02:00
parent 2ab0ac7234
commit bf839a8208

View File

@ -161,12 +161,10 @@ case $USER in
esac
ps1_host='\h'
ps1_ruby='$(rvm-prompt)'
. $HOME/bin/bash_vcs.sh
ps1_vcs='$(__prompt_command)'
ps1_ruby=' \[\e[0;34m\]$(rvm-prompt v g)\[\e[00m\]'
#ps1_ruby=""
ps1_ruby=' \[\e[0;34m\]$(rvm-prompt u " " g)\[\e[00m\]'
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then