commit | e0b3ef5f8f8b4511b764c2b6ca29ae7fc879f42b | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周六 10月 02 12:54:15 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周六 10月 02 12:54:15 2010 -0700 |
tree | baa46501bc29a2a8e6871793707a25e9fb6b897d | |
parent | 2800e7eda12929620f726ccb00b62ce8611a4762 [diff] [blame] |
Cleaner colors for reuse
diff --git a/themes/bobby/bobby.bash b/themes/bobby/bobby.bash index 9dbf147..724eb2c 100644 --- a/themes/bobby/bobby.bash +++ b/themes/bobby/bobby.bash
@@ -1,2 +1,2 @@ #!/bin/bash -export PS1='\[\033[1;34m\]$(prompt_char)\[\033[1;32m\] $(parse_git_branch) ${ORANGE}\h ${D}in ${GREEN}\w ${D}→ ' \ No newline at end of file +export PS1='${LIGHT_BLUE}$(prompt_char)${LIGHT_GREEN} $(parse_git_branch) ${ORANGE}\h ${NORMAL}in ${GREEN}\w ${NORMAL}→ ' \ No newline at end of file