about summary refs log tree commit diff
path: root/Completion/User/_pack
blob: a15cfa7090845a3f9b7a72fc710cf442486a68a0 (plain) (blame)
1
2
3
4
5
6
#compdef pack 

local expl

_description expl 'file to compress'
_files "$expl[@]" -g '*~*.z'