fix(shell): add space after setup
This commit is contained in:
parent
d9c346f014
commit
ee2a14660e
3 changed files with 6 additions and 5 deletions
|
|
@ -232,7 +232,7 @@ in
|
|||
truncate_to_repo = false;
|
||||
};
|
||||
git_branch = {
|
||||
format = "[$branch]($style)";
|
||||
format = "[$branch]($style) ";
|
||||
style = "242";
|
||||
};
|
||||
git_status = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue