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:
parent
d2b14d6baa
commit
b6b5232655
1 changed files with 9 additions and 0 deletions
9
Completion/X/_xrdb
Normal file
9
Completion/X/_xrdb
Normal 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'
|
Loading…
Reference in a new issue