Skip to content

Commit

Permalink
fix: Add support for fish 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 26, 2017
1 parent 45428b8 commit a91ec22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
3.1-dev and 4.0-dev.
- When building Swift from source, swiftenv will download tarballs instead of
git cloning the repository resulting in faster download speed.
- Adds support for Fish 2.6.

## 1.2.1

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
For Fish:

```shell
$ echo 'setenv SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~/.config/fish/config.fish
$ echo 'setenv PATH "$SWIFTENV_ROOT/bin" $PATH' >> ~/.config/fish/config.fish
$ echo 'set -gx SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~/.config/fish/config.fish
$ echo 'set -gx PATH "$SWIFTENV_ROOT/bin" $PATH' >> ~/.config/fish/config.fish
$ echo 'if which swiftenv > /dev/null; status --is-interactive; and source (swiftenv init -|psub); end' >> ~/.config/fish/config.fish
```

Expand Down

0 comments on commit a91ec22

Please sign in to comment.