-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Disable Tilde Expansion #1396
Comments
There's no config available in general until i get carapace-sh/carapace#539 done. nu ❯ carapace bat nushell bat '~/Do'
[{"value":"/home/rsteube/Documents/"},{"value":"/home/rsteube/Downloads/"}]
esh ❯ carapace bat nushell bat '~/Do'
[{"value":"~/Documents/"},{"value":"~/Downloads/"}] |
I see, thanks for looking. |
@icp1994 weirdly enough workaround: if you rename |
I symlinked /usr/bin/carapace to ~/bin/carapace.sh and it works after updating config! |
With nushell, is there a carapace config/flag that would disable tilde expansions in path completions?
The text was updated successfully, but these errors were encountered: