aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/zcat.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-31 01:34:35 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-31 01:34:35 +1000
commitdcad2ef17be67ec19a74fc735a81dd02daf4a12d (patch)
treed50b41eab9b7639050200a197fbafb9d9f950073 /share/completions/zcat.fish
parent418192b312756be19868290054cee6a49dc59f8f (diff)
Switch various completions to the simpler format for __fish_complete_suffix
darcs-hash:20070130153435-ac50b-abe42f3f464cb96db062c83084d97ef377a72e80.gz
Diffstat (limited to 'share/completions/zcat.fish')
-rw-r--r--share/completions/zcat.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/zcat.fish b/share/completions/zcat.fish
index 0c952d77..ddb80bb0 100644
--- a/share/completions/zcat.fish
+++ b/share/completions/zcat.fish
@@ -1,6 +1,6 @@
complete -c zcat -x -a "(
- __fish_complete_suffix (commandline -ct) .gz 'Compressed file'
- __fish_complete_suffix (commandline -ct) .tgz 'Compressed archive'
+ __fish_complete_suffix .gz
+ __fish_complete_suffix .tgz
)
"
complete -c zcat -s f -l force --description "Overwrite"