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

CLI installation wizard bug for zsh #970

Open
wdeshazer opened this issue Jun 27, 2024 · 0 comments
Open

CLI installation wizard bug for zsh #970

wdeshazer opened this issue Jun 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wdeshazer
Copy link

wdeshazer commented Jun 27, 2024

I love the wizard, but realized that it doesn't honor the ZSH environment variable ZDOTDIR. It created a .zshrc in my $HOME and appended:

# >>> juliaup initialize >>>

# !! Contents within this block are managed by juliaup !!

path=('$HOME/.config/juliaup/bin' $path)
export PATH

# <<< juliaup initialize <<<

It didn't use $HOME, I just edited for generality. I would provide a suggested fix, but I am crunched for time. The ZSH convention is to use $ZDOTDIR and defaults to $HOME. I think that should be an easy fix, but always easier said than done.

@giordano giordano transferred this issue from JuliaLang/julia Jun 27, 2024
@davidanthoff davidanthoff added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants