update prezto

This commit is contained in:
2018-11-18 23:37:19 +04:00
parent a17ecf9f57
commit 2808949f26
352 changed files with 15169 additions and 25328 deletions

View File

@@ -39,21 +39,15 @@
# ------------------------------------------------------------------------------
_trash-put() {
_arguments -C \
'--version[Show programs version number and exit]' \
{-h,--help}'[Show help message and exit]' \
{-d,--directory}'[Remove empty directories - ignored (for GNU rm compabilty)]' \
{-f,--force}'[Ignore nonexistent arguments and never prompt - ignored (for GNU rm compabilty)]' \
{-i,--interactive}'[Prompt before every removal - ignored (for GNU rm compabilty)]' \
{-r,-R,--recursive}'[Remove directories and their content recursively - ignored (for GNU rm compabilty)]' \
{-v,--verbose}'[Explain what is being done]' \
'*: :_files' \
}
_trash-put
_arguments -C \
'--version[display version information]' \
{-h,--help}'[display usage information]' \
{-d,--directory}'[remove empty directories - ignored (for GNU rm compatibility)]' \
{-f,--force}'[ignore nonexistent arguments and never prompt - ignored (for GNU rm compatibility)]' \
{-i,--interactive}'[prompt before every removal - ignored (for GNU rm compabilty)]' \
{-r,-R,--recursive}'[remove directories and their content recursively - ignored (for GNU rm compatibility)]' \
{-v,--verbose}'[explain what is being done]' \
'*: :_files'
# Local Variables:
# mode: Shell-Script