1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

zsh-workers/7812

This commit is contained in:
Tanaka Akira 1999-09-13 16:30:19 +00:00
parent d2b14d6baa
commit b6b5232655

9
Completion/X/_xrdb Normal file
View file

@ -0,0 +1,9 @@
#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'