zsh: completion.zsh: make katarakt command also autocomplete directories
This commit is contained in:
parent
188ef019f3
commit
ed34cd12b9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ zstyle ':completion:*:*:vim:*:globbed-files' ignored-patterns \
|
||||||
'*.class'
|
'*.class'
|
||||||
|
|
||||||
# only complete *.pdf with katarakt
|
# only complete *.pdf with katarakt
|
||||||
zstyle ':completion:*:*:katarakt:*:*' file-patterns '*.pdf'
|
zstyle ':completion:*:*:katarakt:*:*' file-patterns '*.pdf *(-/)'
|
||||||
|
|
||||||
# ===== completion fallback
|
# ===== completion fallback
|
||||||
zle -C complete-files complete-word _generic
|
zle -C complete-files complete-word _generic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue