Move completions dir
This commit is contained in:
13
zsh/completions/_ddusb
Normal file
13
zsh/completions/_ddusb
Normal file
@ -0,0 +1,13 @@
|
||||
#compdef ddusb
|
||||
|
||||
# zsh completions for 'ddusb'
|
||||
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
{-h,--help}'[show this help message and exit]'
|
||||
{-b,--bs}'[block size]'
|
||||
'*:filename:_files'
|
||||
)
|
||||
|
||||
_arguments -s $arguments
|
Reference in New Issue
Block a user