Added a couple more themes and put colors into its own file

This commit is contained in:
Robert R Evans
2010-10-03 11:50:22 -07:00
parent 1f923a90ad
commit 70c3b523b3
7 changed files with 52 additions and 40 deletions

View File

@@ -1,2 +1,10 @@
#!/bin/bash
export PS1='${LIGHT_BLUE}$(prompt_char)${LIGHT_GREEN}$(parse_git_branch) ${ORANGE}\h ${NORMAL}in ${GREEN}\w ${NORMAL}→ '
# prompt themeing
PROMPT='\n${bold_blue}$(prompt_char)$(git_prompt_info) ${orange}\h ${reset_color}in ${green}\w ${reset_color}→ '
# git themeing
GIT_THEME_PROMPT_DIRTY=" ${red}"
GIT_THEME_PROMPT_CLEAN=" ${bold_green}"
GIT_THEME_PROMPT_PREFIX=" ${green}|"
GIT_THEME_PROMPT_SUFFIX="${green}|"