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
Append '/' while tab completing variables that contains path to directories #171
Comments
|
Not quite sure how to do that. Appending the |
Interestingly, I seem to be running exactly into what you've described ( If I |
|
I came across the same question on this thread which recommended:
That resolved the issue of escaping |
|
With regards to the original question of appending a $include /etc/inputrc
set completion-ignore-case On
+ set mark-symlinked-directories on
set show-all-if-ambiguous on
set visible-stats on
set page-completions off |

With bash-completion scripts, '/' is not appended while tab completing directory names.
With bash-completion scripts :
will expand to:
Without bash-completion scripts :
will expand to:
The text was updated successfully, but these errors were encountered: