Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 71f2d01

Browse files
chore(release): 2.2.3 [skip ci]
## [2.2.3](v2.2.2...v2.2.3) (2019-02-17) ### Bug Fixes * git status section shows the correct symbol for unmerged ([#159](#159)) ([7c2a1d5](7c2a1d5))
1 parent 7c2a1d5 commit 71f2d01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.3](https://github.com/matchai/spacefish/compare/v2.2.2...v2.2.3) (2019-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* git status section shows the correct symbol for unmerged ([#159](https://github.com/matchai/spacefish/issues/159)) ([7c2a1d5](https://github.com/matchai/spacefish/commit/7c2a1d5))
7+
18
## [2.2.2](https://github.com/matchai/spacefish/compare/v2.2.1...v2.2.2) (2019-02-14)
29

310

fish_prompt.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function fish_prompt
22
# Store the exit code of the last command
33
set -g sf_exit_code $status
4-
set -g SPACEFISH_VERSION 2.2.2
4+
set -g SPACEFISH_VERSION 2.2.3
55

66
# ------------------------------------------------------------------------------
77
# Configuration

0 commit comments

Comments
 (0)