about summary refs log tree commit diff
path: root/Completion/User/_bunzip2
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-07-24 14:02:01 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-07-24 14:02:01 +0000
commit903f59baaa03f8a74052ee34e071f5c2809c3a7b (patch)
tree920406101432ed532b758632a86d7427e430ddf6 /Completion/User/_bunzip2
parent347fab44e07c07caad63d3a9f2a0137df9cc0615 (diff)
downloadzsh-903f59baaa03f8a74052ee34e071f5c2809c3a7b.tar.gz
zsh-903f59baaa03f8a74052ee34e071f5c2809c3a7b.tar.xz
zsh-903f59baaa03f8a74052ee34e071f5c2809c3a7b.zip
Initial revision
Diffstat (limited to 'Completion/User/_bunzip2')
-rw-r--r--Completion/User/_bunzip23
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/User/_bunzip2 b/Completion/User/_bunzip2
new file mode 100644
index 000000000..f544c8c27
--- /dev/null
+++ b/Completion/User/_bunzip2
@@ -0,0 +1,3 @@
+#compdef bunzip2 bzcat
+
+_files -g '*.bz2'