more cosmetics, less vertical bars
This commit is contained in:
parent
cc0f934391
commit
8af05c83cd
1 changed files with 1 additions and 1 deletions
2
bashrc
2
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"
|
||||
|
|
Loading…
Reference in a new issue