Browse Source

Updated for zsh file name completions.

master
Daniel Sissom 2 months ago
parent
commit
e4c2d65a00
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 1 deletions
  1. + 1
    - 1
      zsh/zshrc

+ 1
- 1
zsh/zshrc

@ -24,7 +24,7 @@ fi
zstyle ':completion:*' auto-description 'Specify parameter: %d'
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate _files
zstyle ':completion:*' completions 1
zstyle ':completion:*' expand prefix suffix
zstyle ':completion:*' format 'Completing %d...'

Loading…
Cancel
Save