mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: complete also for bsdtar
This commit is contained in:
parent
50d905cc7a
commit
9303073a58
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-08-28 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* unposted: Completion/Unix/Command/_tar: complete also for bsdtar
|
||||
|
||||
* unposted: Completion/Solaris/Command/_svccfg: fix typo in
|
||||
function call
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef tar gtar star
|
||||
#compdef tar gtar star bsdtar
|
||||
|
||||
# Tar completion. Features:
|
||||
# - Tries to collect tar commands from second position, single letter
|
||||
|
|
Loading…
Reference in a new issue