mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
#compdef xrdb
|
|
|
|
_arguments \
|
|
-{help,all,global,screen,screens,n,quiet,nocpp,symbols,query,load,merge,remove,retain} \
|
|
'-display:display:_x_display' \
|
|
'-cpp:preprocessor program:_files -g \*\(\*\)' \
|
|
'-edit:file to insert:_files' \
|
|
'-backup:suffix for backup: ' \
|
|
'*:defaults file:_files'
|
|
|