diff --git a/.bashrc b/.bashrc index 2026979..236f66f 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,5 @@ # 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 @@ -38,7 +38,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/Monaco%20for%20Powerline.otf b/Monaco%20for%20Powerline.otf new file mode 100644 index 0000000..5fa73ca Binary files /dev/null and b/Monaco%20for%20Powerline.otf differ diff --git a/bash-git-prompt/share/themes/Georgi.bgptheme b/bash-git-prompt/share/themes/Georgi.bgptheme index b34da00..ebfcf2c 100644 --- a/bash-git-prompt/share/themes/Georgi.bgptheme +++ b/bash-git-prompt/share/themes/Georgi.bgptheme @@ -13,7 +13,7 @@ override_git_prompt_colors() { GIT_PROMPT_CONFLICTS="{BoldRed}✖" GIT_PROMPT_CLEAN="${BoldCyan}✔" - GIT_PROMPT_SYMBOLS_AHEAD="${BoldCyan}↑" + GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑" GIT_PROMPT_SYMBOLS_BEHIND="${BoldMagenta}↓" GIT_PROMPT_SYMBOLS_PREHASH="${BoldRed}:"