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

Commit dc43ac2

Browse files
chore(release): 2.6.1 [skip ci]
## [2.6.1](v2.6.0...v2.6.1) (2019-07-01) ### Bug Fixes * correct incorrectly named config options ([#198](#198)) ([85f9ef5](85f9ef5))
1 parent 85f9ef5 commit dc43ac2

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.6.1](https://github.com/matchai/spacefish/compare/v2.6.0...v2.6.1) (2019-07-01)
2+
3+
4+
### Bug Fixes
5+
6+
* correct incorrectly named config options ([#198](https://github.com/matchai/spacefish/issues/198)) ([85f9ef5](https://github.com/matchai/spacefish/commit/85f9ef5))
7+
18
# [2.6.0](https://github.com/matchai/spacefish/compare/v2.5.0...v2.6.0) (2019-06-19)
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.6.0
4+
set -g SPACEFISH_VERSION 2.6.1
55

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

0 commit comments

Comments
 (0)