matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
964 stars 79 forks source link

Fix typo in git_status section (deleted != unmerged) #159

Closed willnevillain closed 5 years ago

willnevillain commented 5 years ago

In the git status section, when one has unmerged files, the character for deleted files will appear in the git status section instead.

Description

Changed 'deleted' to 'unmerged' in the 'if unmerged' block

Motivation and Context

Show correct character in git status section when there are unmerged files.

Types of changes

Screenshots (if appropriate):

Before: image After: image

How Has This Been Tested?

Created git repo with unmerged files (merge conflict), saw it displaying incorrect character, made the variable change, started new fish in the same git repo dir and saw it fixed.

Checklist:

matchai commented 5 years ago

:tada: This PR is included in version 2.2.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

matchai commented 5 years ago

@all-contributors please add @dubnev for bug

allcontributors[bot] commented 5 years ago

@matchai

I've put up a pull request to add @dubnev! :tada: