From fa01011210d702d87e317daa666b8f89ab3a70da Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 19 Dec 2016 01:35:16 +0200 Subject: [PATCH] Update bash-git theme, bash prompt --- .bashrc | 4 ++-- bash-git-prompt/share/themes/Georgi.bgptheme | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 2306e4b..1fe12ef 100644 --- a/.bashrc +++ b/.bashrc @@ -46,7 +46,7 @@ esac force_color_prompt=yes # 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 shopt -s autocd @@ -85,7 +85,7 @@ fi GIT_PROMPT_ONLY_IN_REPO=1 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 ###################### diff --git a/bash-git-prompt/share/themes/Georgi.bgptheme b/bash-git-prompt/share/themes/Georgi.bgptheme index 092a199..34b640a 100644 --- a/bash-git-prompt/share/themes/Georgi.bgptheme +++ b/bash-git-prompt/share/themes/Georgi.bgptheme @@ -8,9 +8,9 @@ override_git_prompt_colors() { GIT_PROMPT_CHANGED="${BoldRed}+" GIT_PROMPT_UNTRACKED="${BoldRed}…" - GIT_PROMPT_STAGED="${BoldGreen}●" - GIT_PROMPT_STASHED="${BoldCyan}⚑" - GIT_PROMPT_CONFLICTS="${BoldRed}✖" + GIT_PROMPT_STAGED="${BoldGreen}● " + GIT_PROMPT_STASHED="${BoldCyan}⚑ " + GIT_PROMPT_CONFLICTS="${BoldRed}✖ " GIT_PROMPT_CLEAN="${BoldCyan}✔" GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑"