zsh: completion.zsh: improve completion for katarakt
This commit is contained in:
parent
888e64e930
commit
72ee6ff8af
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ zstyle ':completion:*:*:vim:*:globbed-files' ignored-patterns \
|
|||
'*.pyc' \
|
||||
'*.class'
|
||||
|
||||
# only complete *.pdf with katarakt
|
||||
zstyle ':completion:*:*:katarakt:*:*' file-patterns '*.pdf'
|
||||
|
||||
# ===== completion fallback
|
||||
zle -C complete-files complete-word _generic
|
||||
zstyle ':completion:complete-files:*' completer _files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue