-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Rye+Fish: Add Shims to Path #432
Comments
Do you know if there is a way for fish to source posix shell files? (eg |
another solution:
omf install foreign-env
# fenv + rye: source "$HOME/.rye/env"
if status --is-interactive
fenv source "$HOME/.rye/env"
end
# rye end
reference: |
Sounds like the best thing would be to add this to the docs: set -Ua fish_user_paths $HOME/.rye/shims Maybe print that out as an alternative if fish is detected in the installer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add Fish Env:
env
file, supplementing the following available setting methods.fish
, you can set the environment variables as follows.fix for fish shell:
~/.config/fish/conf.d/env.fish
:The text was updated successfully, but these errors were encountered: