Added more color support for git themeing

This commit is contained in:
Robert R Evans
2010-10-03 09:41:36 -07:00
parent 149c18fd58
commit 1f923a90ad
3 changed files with 23 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
export PS1='${LIGHT_BLUE}$(prompt_char)${LIGHT_GREEN} $(parse_git_branch) ${ORANGE}\h ${NORMAL}in ${GREEN}\w ${NORMAL}→ '
export PS1='${LIGHT_BLUE}$(prompt_char)${LIGHT_GREEN}$(parse_git_branch) ${ORANGE}\h ${NORMAL}in ${GREEN}\w ${NORMAL}→ '