Skip to content
Discussion options

You must be logged in to vote

@georgefeakes

Could someone please let me know how to fix the space showing after my root segment before the trailing diamond?

Are you using Windows Terminal? If so, you can update to its latest version which should have fixed the bug.

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.

You can tweak properties of your git segment like this:

"properties": {
  "branch_icon": "\ue0a0 ",
  "fetch_stash_count": true,
  "fetch_status": true
},

which means adding a space character after the original branch icon (\ue0a0).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@georgefeakes
Comment options

@JanDeDobbeleer
Comment options

@georgefeakes
Comment options

@JanDeDobbeleer
Comment options

@georgefeakes
Comment options

Answer selected by georgefeakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants