From 8af05c83cd00371e8e2a3963a561d43c7dfb3199 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 6 Sep 2016 12:48:23 +0300 Subject: [PATCH] more cosmetics, less vertical bars --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 803452b..fbe4f66 100644 --- a/bashrc +++ b/bashrc @@ -166,7 +166,7 @@ if [[ -n ${git_enabled} && -r ${git_prompt_path} ]]; then fi GIT_PROMPT_PREFIX="[ " GIT_PROMPT_SUFFIX=" ]" - GIT_PROMPT_SEPARATOR="|" + GIT_PROMPT_SEPARATOR=" " GIT_PROMPT_START="[ ${git_prompt_username}${HOSTNAME}:\w ]" GIT_PROMPT_THEME_NAME="Custom" GIT_PROMPT_UNTRACKED="${pncyan}u"