diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-12-11 20:24:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-12-11 20:24:02 +0000 |
commit | 9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0 (patch) | |
tree | 27e42ff5d5cb6e781f9d1a9db9a766c362dd2393 /Completion/Unix | |
parent | 16ad1217f00ffb190a949bf0560d9a8d6cd1f7db (diff) | |
download | zsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.tar.gz zsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.tar.xz zsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.zip |
oops
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_rsync | 5 |
1 files changed, 5 insertions, 0 deletions
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 -/' |