Added more color support for git themeing
This commit is contained in:
@@ -8,13 +8,21 @@ export PATH=$PATH:~/.gem/ruby/1.8/bin:/opt/nginx/sbin
|
||||
|
||||
# Path to the bash it configuration
|
||||
export BASH=$HOME/.bash_it
|
||||
export LOAD_COLORS=$BASH/themes/base.theme.bash
|
||||
|
||||
# Lock and Load a custom theme file
|
||||
# location /.bash_it/themes/
|
||||
export BASH_THEME='bobby'
|
||||
|
||||
# Load the color configuration file, if you want to add colors to the GIT THEME PROMPTs
|
||||
source $LOAD_COLORS
|
||||
|
||||
# Your place for hosting Git repos. I use this for private repos.
|
||||
export GIT_HOSTING='git@git.domain.com'
|
||||
export GIT_THEME_PROMPT_DIRTY=' ${RED}✗${LIGHT_GREEN}' # This shows how to use sample the colors
|
||||
export GIT_THEME_PROMPT_CLEAN=' ✓'
|
||||
export GIT_THEME_PROMPT_PREFIX='('
|
||||
export GIT_THEME_PROMPT_SUFFIX=')'
|
||||
|
||||
# Set my editor and git editor
|
||||
export EDITOR="/usr/bin/mate -w"
|
||||
|
||||
Reference in New Issue
Block a user