Browse Source

Merge pull request #255 from JenoDK/patch-1

Update README.md for fish shell
pull/273/head
Gildas Cuisinier 6 years ago committed by GitHub
parent
commit
7eb4b33e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md

7
README.md

@ -87,9 +87,10 @@ Continue to the next section to install java. @@ -87,9 +87,10 @@ Continue to the next section to install java.
**Untested**: While this fork has improved `fish` shell support, it has not been tested by this maintainer. To install `jenv` for Fish according to the contributor's instructions:
```sh
echo 'set PATH $HOME/.jenv/bin $PATH' >> ~/.conf/fish/config.sh
cp ~/.jenv/fish/jenv.fish ~/.conf/fish/function/jenv.fish
cp ~/.jenv/fish/export.fish ~/.conf/fish/function/export.fish
echo 'set PATH $HOME/.jenv/bin $PATH' >> ~/.config/fish/config.fish
echo 'status --is-interactive; and source (jenv init -|psub)' >> ~/.config/fish/config.fish
cp ~/.jenv/fish/jenv.fish ~/.config/fish/function/jenv.fish
cp ~/.jenv/fish/export.fish ~/.config/fish/function/export.fish
```
#### 1.2 Adding Your Java Environment

Loading…
Cancel
Save