File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
3.1-dev and 4.0-dev.
18
18
- When building Swift from source, swiftenv will download tarballs instead of
19
19
git cloning the repository resulting in faster download speed.
20
+ - Adds support for Fish 2.6.
20
21
21
22
## 1.2.1
22
23
Original file line number Diff line number Diff line change 33
33
For Fish:
34
34
35
35
` ` ` shell
36
- $ echo ' setenv SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~ /.config/fish/config.fish
37
- $ echo ' setenv PATH "$SWIFTENV_ROOT/bin" $PATH' >> ~ /.config/fish/config.fish
36
+ $ echo ' set -gx SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~ /.config/fish/config.fish
37
+ $ echo ' set -gx PATH "$SWIFTENV_ROOT/bin" $PATH' >> ~ /.config/fish/config.fish
38
38
$ echo ' if which swiftenv > /dev/null; status --is-interactive; and source (swiftenv init -|psub); end' >> ~ /.config/fish/config.fish
39
39
` ` `
40
40
You can’t perform that action at this time.
0 commit comments