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

fix(zsh_autocomplete): List files on tab with no completion options #1130

Merged
merged 1 commit into from May 4, 2020

Commits on May 3, 2020

  1. fix(zsh_autocomplete): List files on tab with no completion options

    This will simply list the files in the current directory if there are no
    auto-completion options available.
    
    With this change, the zsh auto-completion will align with the functionality in
    the bash auto-completion file provided.
    
    New functionality: https://asciinema.org/a/EAYRIEVGTGNSS2gCGwSJ4Zw1i
    
    Old functionality: https://asciinema.org/a/BfOZz4BHUGwjXMFptbmDHZocH
    
    Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
    Ole Petter committed May 3, 2020
    Copy the full SHA
    b27d899 View commit details
    Browse the repository at this point in the history