Can't seem to get rid of a space in my theme config #2870
|
I'm having some issues with spaces in my theme. Could someone please let me know how to fix the space showing after my root segment before the trailing diamond? Also I'm trying to add in a space after the git branch icon before the name of the branch itself. Could someone please show me where this space needs to be added into the template. Here is my theme config: |
Replies: 1 comment 5 replies
Are you using Windows Terminal? If so, you can update to its latest version which should have fixed the bug.
You can tweak "properties": {
"branch_icon": "\ue0a0 ",
"fetch_stash_count": true,
"fetch_status": true
},which means adding a space character after the original branch icon ( |




@georgefeakes
Are you using Windows Terminal? If so, you can update to its latest version which should have fixed the bug.
You can tweak
propertiesof yourgitsegment like this:which means adding a space character after the original branch icon (
\ue0a0).