1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Completion/X/_xrdb

11 lines
300 B
Plaintext
Raw Normal View History

1999-11-03 10:22:55 +01:00
#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'