Migrating to Bash

This commit is contained in:
Georgi Gardev
2016-10-18 16:08:55 +03:00
parent 4d8c9050ad
commit 2f622e5c37
44 changed files with 5545 additions and 191 deletions
@@ -0,0 +1,21 @@
override_git_prompt_colors() {
GIT_PROMPT_THEME_NAME="Georgi"
GIT_PROMPT_PREFIX="${BoldCyan}("
GIT_PROMPT_SUFFIX="${BoldCyan})"
GIT_PROMPT_BRANCH="${BoldCyan}"
GIT_PROMPT_SEPARATOR="${BoldCyan}|"
GIT_PROMPT_CHANGED="${BoldRed}+"
GIT_PROMPT_UNTRACKED="${BoldRed}…"
GIT_PROMPT_STAGED="${BoldGreen}●"
GIT_PROMPT_STASHED="${BoldCyan}⚑"
GIT_PROMPT_CONFLICTS="{BoldRed}✖"
GIT_PROMPT_CLEAN="${BoldCyan}✔"
GIT_PROMPT_SYMBOLS_AHEAD="${BoldCyan}↑"
GIT_PROMPT_SYMBOLS_BEHIND="${BoldYellow}↓"
GIT_PROMPT_SYMBOLS_PREHASH="${BoldRed}:"
GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING=" "
}
reload_git_prompt_colors "Georgi"