From 21f1781275643b15115164c3e32a82f0c04f2414 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 14 Oct 1999 18:09:49 +0000 Subject: zsh-workers/8262 --- Completion/User/_unpack | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/User/_unpack (limited to 'Completion/User/_unpack') diff --git a/Completion/User/_unpack b/Completion/User/_unpack new file mode 100644 index 000000000..fb8867560 --- /dev/null +++ b/Completion/User/_unpack @@ -0,0 +1,6 @@ +#compdef unpack pcat + +local expl + +_description expl 'compressed file' +_files "$expl[@]" -g '*.z' -- cgit 1.4.1