mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-02-24 11:51:19 +01:00
moved from Completion/X/_xrdb
This commit is contained in:
parent
f5ecf3a8d8
commit
e238143974
1 changed files with 9 additions and 0 deletions
9
Completion/X/Command/_xrdb
Normal file
9
Completion/X/Command/_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