fix: remove useless spacing in the branch-stash plug
This commit is contained in:
parent
b44aa32f13
commit
aef05cac4b
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ __dotmatrix_prompt_vcs() {
|
|||
if [[ -n "$stash" || -n "$untracked" || -n "$head" ]] ; then
|
||||
if [[ -z $has_lines ]] ; then
|
||||
__dotmatrix_make_sep_mid ${DOTMATRIX_COLOR_SEP_FAIR[@]+"${DOTMATRIX_COLOR_SEP_FAIR[@]}"}
|
||||
_DOTMATRIX_VCS+=" ${dotmatrix_sep} "
|
||||
_DOTMATRIX_VCS+="$dotmatrix_sep"
|
||||
else
|
||||
__dotmatrix_make_sep_plug ${DOTMATRIX_COLOR_LITE[@]+"${DOTMATRIX_COLOR_LITE[@]}"}
|
||||
_DOTMATRIX_VCS+="$dotmatrix_sep"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue