Initial checkin
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# This is an alternative approach. Single line in git repo.
|
||||
override_git_prompt_colors() {
|
||||
GIT_PROMPT_THEME_NAME="Single_line_username_repo"
|
||||
GIT_PROMPT_WITH_USERNAME_AND_REPO=1
|
||||
GIT_PROMPT_USERNAME_REPO_SEPARATOR=" | "
|
||||
GIT_PROMPT_PREFIX="[ ${Blue}_USERNAME_REPO_"
|
||||
GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_ ${White}${Time12a}${ResetColor} ${BoldYellow}${PathShort}${ResetColor}"
|
||||
GIT_PROMPT_END_USER="${ResetColor} $ "
|
||||
GIT_PROMPT_END_ROOT="${BoldRed} # "
|
||||
}
|
||||
|
||||
reload_git_prompt_colors "Single_line_username_repo"
|
||||
|
||||
Reference in New Issue
Block a user