From e3e942a005b99e8b35cc9b05d0bb802b9ed8fbe8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 29 Nov 2001 17:08:01 +0000 Subject: 16292: completion for rsync --- Completion/Unix/Command/_rsync | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/Unix/Command/_rsync (limited to 'Completion/Unix/Command/_rsync') diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync new file mode 100644 index 000000000..cb0261340 --- /dev/null +++ b/Completion/Unix/Command/_rsync @@ -0,0 +1,5 @@ +#compdef rsync + +_arguments -- '*=COMMAND*:command:_command' \ + '*=FILE*:file:_files' \ + '*=DIR*:directory:_files -/' -- cgit 1.4.1