Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve Fish installation instructions #329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidxia
Copy link

@davidxia davidxia commented May 8, 2021

based on feedback in this PR
Homebrew/homebrew-core#76864.

@davidxia
Copy link
Author

davidxia commented May 9, 2021

cc @gcuisinier

@@ -87,10 +87,12 @@ 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' >> ~/.config/fish/config.fish
# The line below is not needed if you installed jenv with Homebrew
echo 'fish_add_path $HOME/.jenv/bin' >> ~/.config/fish/config.fish

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, currently by default fish_add_path uses a universal $fish_user_paths variable - stored in the ~/.config/fish/fish_variables file. While fish_add_path checks for duplicates, it might be worth to use the --global flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants