Skip to content

Starship config

william wu requested to merge (removed):starship-config into master

I hope adding this git_state will be useful to user that uses git. when you are merging and failed to merge (because of files conflicts), it is important to display this information for the user to take action.

This MR, is contains 2 changes :

  • adding the git_status :

~ is a conflict

+ is changed files

- is deleted files

? is untracked files

  • adding the git_state, I have change the wording in order to be more concise (MERGING changed to merge).

I hope this help to other users

Merge request reports