We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the shell is a login shell, commands are read from /etc/zprofile and then $ZDOTDIR/.zprofile. If ZDOTDIR is unset, HOME is used instead. — man zsh
Currently https://github.com/rust-lang-nursery/rustup.rs/blob/904ecf0a97b508f929233280644592d90cf9e2c5/src/rustup-cli/self_update.rs#L984 just installs to $HOME/.zprofile, this should check if ZDOTDIR is set and use that instead.
$HOME/.zprofile
ZDOTDIR
The text was updated successfully, but these errors were encountered:
Check ZDOTDIR when adding path to .zprofile
ae7173f
Fixes rust-lang#1036
Auto merge of #1038 - Nemo157:zdotdir, r=brson
cf2d6a3
Check ZDOTDIR when adding path to .zprofile Fixes #1036
8b6fa49
No branches or pull requests
Currently https://github.com/rust-lang-nursery/rustup.rs/blob/904ecf0a97b508f929233280644592d90cf9e2c5/src/rustup-cli/self_update.rs#L984 just installs to
$HOME/.zprofile
, this should check ifZDOTDIR
is set and use that instead.The text was updated successfully, but these errors were encountered: