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:
parent
2ab0ac7234
commit
bf839a8208
4
.bashrc
4
.bashrc
@ -161,12 +161,10 @@ case $USER in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
ps1_host='\h'
|
ps1_host='\h'
|
||||||
ps1_ruby='$(rvm-prompt)'
|
|
||||||
|
|
||||||
. $HOME/bin/bash_vcs.sh
|
. $HOME/bin/bash_vcs.sh
|
||||||
ps1_vcs='$(__prompt_command)'
|
ps1_vcs='$(__prompt_command)'
|
||||||
ps1_ruby=' \[\e[0;34m\]$(rvm-prompt v g)\[\e[00m\]'
|
ps1_ruby=' \[\e[0;34m\]$(rvm-prompt u " " g)\[\e[00m\]'
|
||||||
#ps1_ruby=""
|
|
||||||
|
|
||||||
# set variable identifying the chroot you work in (used in the prompt below)
|
# set variable identifying the chroot you work in (used in the prompt below)
|
||||||
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
|
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user