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

Allow completion of dot directories #7

Closed
wants to merge 1 commit into from

Conversation

mcornella
Copy link
Owner

Fixes ohmyzsh#3775, fixes ohmyzsh#6543.

This makes zsh treat . and .. as directories to be completed. That means it will insert a slash (/) when these directories are provided in the command line.

@mcornella mcornella closed this May 7, 2018
@mcornella mcornella deleted the complete-dot-directories branch May 7, 2018 16:15
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

Successfully merging this pull request may close these issues.

cd .. completion not working Insert slash (/) as a result of tab-completion after two dots (..)
1 participant