Update bash-git theme, bash prompt

This commit is contained in:
2016-12-19 01:35:16 +02:00
parent 3ded649998
commit fa01011210
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ esac
force_color_prompt=yes force_color_prompt=yes
# Colors # Colors
PS1='\[\e[1;32m\]\w\[\e[m\]\[\e[1;0m\] \[\e[m\] \[\e[1;37m\]' PS1='\[\e[1;32m\]\w\[\e[m\]\[\e[1;0m\] λ\[\e[m\] \[\e[1;37m\]'
export TERM=xterm-256color export TERM=xterm-256color
shopt -s autocd shopt -s autocd
@@ -85,7 +85,7 @@ fi
GIT_PROMPT_ONLY_IN_REPO=1 GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_START="\[\e[1;32m\]\w\[\e[m\]" GIT_PROMPT_START="\[\e[1;32m\]\w\[\e[m\]"
GIT_PROMPT_END="\[\e[1;37m\] \[\e[1;37m\]" GIT_PROMPT_END="\[\e[1;37m\] λ \[\e[1;37m\]"
GIT_PROMPT_THEME=Georgi GIT_PROMPT_THEME=Georgi
###################### ######################
+3 -3
View File
@@ -8,9 +8,9 @@ override_git_prompt_colors() {
GIT_PROMPT_CHANGED="${BoldRed}+" GIT_PROMPT_CHANGED="${BoldRed}+"
GIT_PROMPT_UNTRACKED="${BoldRed}…" GIT_PROMPT_UNTRACKED="${BoldRed}…"
GIT_PROMPT_STAGED="${BoldGreen}●" GIT_PROMPT_STAGED="${BoldGreen}● "
GIT_PROMPT_STASHED="${BoldCyan}⚑" GIT_PROMPT_STASHED="${BoldCyan}⚑ "
GIT_PROMPT_CONFLICTS="${BoldRed}✖" GIT_PROMPT_CONFLICTS="${BoldRed}✖ "
GIT_PROMPT_CLEAN="${BoldCyan}✔" GIT_PROMPT_CLEAN="${BoldCyan}✔"
GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑" GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑"