-
Notifications
You must be signed in to change notification settings - Fork 821
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
Tab completion includes files in the windows system32 folder #2461
Comments
@arjunv - This is expected behavior since your NT %PATH% is appended to your Linux $PATH environment variable. On 15063 you can disable this functionality by setting this registry key:
|
So how do I get rid of the same?
Considering the fact that `system32` folder contains 4000+ files, this
would obviously clutter up tab completions big time!
…On 30 August 2017 at 21:24, Ben Hillis ***@***.***> wrote:
@arjunv <https://github.com/arjunv> - This is expected behavior since
your NT %PATH% is appended to your Linux $PATH environment variable.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2461 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr1DBI7IVoEewTZUbmUodMurTI85aR5ks5sdYWkgaJpZM4PHY81>
.
|
Per your screencap, they are mostly .dlls. I suspect you can get most of what you want with:
Or if you don't want |
Actually I read and replied @benhillis reply from the notification email. For some reason Github had truncated it to one line. |
@benhillis Would be great to include this in wslconfig as a global setting or for the distro distributors to be able to set it in their configurations on a per-distro basis. |
@fpqc - This work is on the backlog. |
Aye aye sir! |
The github issues, even the ones that are already closed/resolved, work a bit as temporary placeholder for new helpful wiki content. :D |
Microsoft Windows [Version 10.0.15063]
Installed keybase package using this method
Tab completion returns files from the system32 folder as well as linux commands in
bash
andzsh
The text was updated successfully, but these errors were encountered: