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

Zsh autocomplete hardcodes DAML_HOME #20430

Open
samuel-williams-da opened this issue Dec 5, 2024 · 0 comments
Open

Zsh autocomplete hardcodes DAML_HOME #20430

samuel-williams-da opened this issue Dec 5, 2024 · 0 comments

Comments

@samuel-williams-da
Copy link
Contributor

samuel-williams-da commented Dec 5, 2024

From Tomi:

Hi. I’ve noticed that the Daml Assistance command completion script for Zsh (I guess for Bash too) does not take 
$DAML_HOME into account. It looks for the daml binary in 
IFS=$'\n' completions=($( /Users/tamaskalcza/.daml/bin/daml "${request[@]}" )) in my case.
This is obviously problematic if Daml is installed to a custom location.
I personally use a custom location, but Daml installed with Nix has the same problem.
I do think this is minor, however worth adding to a TODO list.
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

No branches or pull requests

1 participant