1
0
Fork 0

more cosmetics, less vertical bars

This commit is contained in:
Von Random 2016-09-06 12:48:23 +03:00
parent cc0f934391
commit 8af05c83cd

2
bashrc
View file

@ -166,7 +166,7 @@ if [[ -n ${git_enabled} && -r ${git_prompt_path} ]]; then
fi fi
GIT_PROMPT_PREFIX="[ " GIT_PROMPT_PREFIX="[ "
GIT_PROMPT_SUFFIX=" ]" GIT_PROMPT_SUFFIX=" ]"
GIT_PROMPT_SEPARATOR="|" GIT_PROMPT_SEPARATOR=" "
GIT_PROMPT_START="[ ${git_prompt_username}${HOSTNAME}:\w ]" GIT_PROMPT_START="[ ${git_prompt_username}${HOSTNAME}:\w ]"
GIT_PROMPT_THEME_NAME="Custom" GIT_PROMPT_THEME_NAME="Custom"
GIT_PROMPT_UNTRACKED="${pncyan}u" GIT_PROMPT_UNTRACKED="${pncyan}u"