about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rsync
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-11 20:24:02 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-11 20:24:02 +0000
commit9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0 (patch)
tree27e42ff5d5cb6e781f9d1a9db9a766c362dd2393 /Completion/Unix/Command/_rsync
parent16ad1217f00ffb190a949bf0560d9a8d6cd1f7db (diff)
downloadzsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.tar.gz
zsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.tar.xz
zsh-9e16ce5584b1486cd9720c2bdb3d8e5e7c7b7eb0.zip
oops
Diffstat (limited to 'Completion/Unix/Command/_rsync')
-rw-r--r--Completion/Unix/Command/_rsync5
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 -/'