blob: 5ba288c1711503d9625109a6e0a50f3345c07174 [file] [log] [blame]
Robert R Evanseeaef1b2010-10-06 17:28:34 -07001PROMPT='\[${green}\]\u\[${normal}\]@\[${green}\]\h\[${normal}\]:\[${blue}\]\w\[${normal}\]\[${red}\]$(prompt_char)$(git_prompt_info)\[${normal}\]\$ '
2
Robert R Evans45a50c02010-10-09 15:01:50 -07003
4
John Schulzd5645e72010-11-09 23:21:19 -05005# scm themeing
6SCM_THEME_PROMPT_DIRTY="×"
7SCM_THEME_PROMPT_CLEAN="✓"
8SCM_THEME_PROMPT_PREFIX=""
9SCM_THEME_PROMPT_SUFFIX=""
Robert R Evanseeaef1b2010-10-06 17:28:34 -070010
Robert R Evansd0d58f32010-10-09 21:47:45 -070011# TODO: need a check for OS before adding this to the prompt
12# ${debian_chroot:+($debian_chroot)}
13
14#added TITLEBAR for updating the tab and window titles with the pwd
15case $TERM in
16 xterm*)
17 TITLEBAR='\[\033]0;\w\007\]'
18 ;;
19 *)
20 TITLEBAR=""
21 ;;
22esac