You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer currently sets up the .profile, .bash_profile and .zshenv files to source "$HOME/.cargo/env”. I would like something similar to be supported for the fish shell as well.
Solution you'd like
Append a call to "$HOME/.cargo/env-fish” (for example) in the users config.fish
Notes
No response
The text was updated successfully, but these errors were encountered:
I would really like to implement this. I was looking through the code base and I found this reference to non-posix shells. Does a potential solution need to be discussed first or should I just take a swing at it?
@johnmatthiggins If you think you can come up with a clean way to integrate for fish then please have a swing at it. you can ask questions here, or on the #wg-rustup channel on the rust-lang discord and we'll be happy to help.
Problem you are trying to solve
The installer currently sets up the .profile, .bash_profile and .zshenv files to source "$HOME/.cargo/env”. I would like something similar to be supported for the fish shell as well.
Solution you'd like
Append a call to "$HOME/.cargo/env-fish” (for example) in the users config.fish
Notes
No response
The text was updated successfully, but these errors were encountered: