mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-30 21:14:08 +00:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
#compdef xournal
|
|
|
|
local expl
|
|
|
|
_description files expl 'PDF and Xournal files'
|
|
_files "$@" "$expl[@]" -g '*.(#i){xoj,pdf}(-.)'
|