rvm goodness
parent
698509adb0
commit
d0d58f3763
|
|
@ -11,14 +11,3 @@ GIT_THEME_PROMPT_SUFFIX="${green}|"
|
|||
|
||||
RVM_THEME_PROMPT_PREFIX=" |"
|
||||
RVM_THEME_PROMPT_SUFFIX="|"
|
||||
|
||||
|
||||
#added TITLEBAR for updating the tab and window titles with the pwd
|
||||
case $TERM in
|
||||
xterm*)
|
||||
TITLEBAR='\[\033]0;\w\007\]'
|
||||
;;
|
||||
*)
|
||||
TITLEBAR=""
|
||||
;;
|
||||
esac
|
||||
|
|
@ -8,4 +8,15 @@ GIT_THEME_PROMPT_CLEAN="✓"
|
|||
GIT_THEME_PROMPT_PREFIX=""
|
||||
GIT_THEME_PROMPT_SUFFIX=""
|
||||
|
||||
# TODO: need a check for OS before adding this to the prompt
|
||||
# ${debian_chroot:+($debian_chroot)}
|
||||
|
||||
#added TITLEBAR for updating the tab and window titles with the pwd
|
||||
case $TERM in
|
||||
xterm*)
|
||||
TITLEBAR='\[\033]0;\w\007\]'
|
||||
;;
|
||||
*)
|
||||
TITLEBAR=""
|
||||
;;
|
||||
esac
|
||||
Loading…
Reference in New Issue