follow normal zsh case conventions in some functions

This commit is contained in:
Oliver Kiddle
2017-10-28 00:23:07 +02:00
parent 29ce259ea5
commit 538f2a0287
12 changed files with 353 additions and 382 deletions
+4 -10
View File
@@ -39,16 +39,10 @@
# ------------------------------------------------------------------------------
_trash-list() {
_arguments -C \
'--version[Show programs version number and exit]' \
{-h,--help}'[Show help message and exit]' \
'*: :' \
}
_trash-list
_arguments \
'--version[show programs version number and exit]' \
{-h,--help}'[show help message and exit]' \
'*: :'
# Local Variables:
# mode: Shell-Script