DIR:/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Current File : //proc/thread-self/root/usr/share/zsh/5.5.1/functions/_xournal |
#compdef xournal local expl _description files expl 'PDF and Xournal files' _files "$@" "$expl[@]" -g '*.(#i){xoj,pdf}(-.)' |