Default nushell config break tab-completion for PATH #3553
Unanswered
mcheshkov
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
After installing mise with nushell intergation through
mise activate nu
tab-completions of executables breaks.To Reproduce
NO RECORDS FOUND
Expected behavior
nushell should show actual list of executables even with mise installed
mise doctor
outputAdditional context
It seems that issue is coming from list vs string mismatch in PATH value
Without mise activated
With mise
I managed to make it working by patching mise.nu like this
Here's original issue and comment, where I picked up that solution
#589 (comment)
Here's nushell docs about
ENV_CONVERSIONS
https://www.nushell.sh/book/environment.html#environment-variable-conversions
Beta Was this translation helpful? Give feedback.
All reactions