blob: 61a9cbc3fe3a47846c3a73aec2d3cb7a3640d455 [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
Robert R Evanseeaef1b2010-10-06 17:28:34 -07005# git themeing
6GIT_THEME_PROMPT_DIRTY="×"
7GIT_THEME_PROMPT_CLEAN="✓"
8GIT_THEME_PROMPT_PREFIX=""
9GIT_THEME_PROMPT_SUFFIX=""
10
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