From aef05cac4ba69e56fd05cf11d34686d157e840ac Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 12 Jul 2023 16:38:32 +0200 Subject: [PATCH] fix: remove useless spacing in the branch-stash plug --- dotmatrix.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotmatrix.theme b/dotmatrix.theme index 4678aa1..e15dd2c 100644 --- a/dotmatrix.theme +++ b/dotmatrix.theme @@ -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"