Add extra spacing to starhip git branch symbol
This commit is contained in:
parent
9c6ebafcf3
commit
13533e3f1e
|
@ -121,7 +121,7 @@
|
||||||
};
|
};
|
||||||
line_break.disabled = false;
|
line_break.disabled = false;
|
||||||
git_branch = {
|
git_branch = {
|
||||||
symbol = "";
|
symbol = " ";
|
||||||
only_attached = true;
|
only_attached = true;
|
||||||
ignore_branches = [ "master" "main" ];
|
ignore_branches = [ "master" "main" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue