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

Commit 74aa40b

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2019-02-14) ### Bug Fixes * show git status based on SPACEFISH_GIT_STATUS_SHOW ([#155](#155)) ([1d34eb9](1d34eb9))
1 parent 1d34eb9 commit 74aa40b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.2](https://github.com/matchai/spacefish/compare/v2.2.1...v2.2.2) (2019-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* show git status based on SPACEFISH_GIT_STATUS_SHOW ([#155](https://github.com/matchai/spacefish/issues/155)) ([1d34eb9](https://github.com/matchai/spacefish/commit/1d34eb9))
7+
18
## [2.2.1](https://github.com/matchai/spacefish/compare/v2.2.0...v2.2.1) (2019-02-14)
29

310

fish_prompt.fish

Lines changed: 1 addition & 1 deletion
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.1
4+
set -g SPACEFISH_VERSION 2.2.2
55

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

0 commit comments

Comments
 (0)