mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
Avoid displaying irrelevant separators
This commit is contained in:
parent
3de3cd02a6
commit
84921d61a3
1 changed files with 1 additions and 2 deletions
|
|
@ -175,7 +175,6 @@
|
|||
"$os"
|
||||
" "
|
||||
"$directory"
|
||||
" "
|
||||
"$git_branch"
|
||||
"$git_status"
|
||||
"](bg:${background})"
|
||||
|
|
@ -205,7 +204,7 @@
|
|||
|
||||
git_branch = {
|
||||
symbol = " ";
|
||||
format = "[$symbol$branch]($style) ";
|
||||
format = " [$symbol$branch]($style) ";
|
||||
style = "bold purple bg:${background}";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue