mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-18 13:01:05 +02:00
16292: completion for rsync
This commit is contained in:
parent
dfb24f53ec
commit
e3e942a005
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-11-29 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 16292: Completion/Unix/Command/.distfiles,
|
||||
Completion/Unix/Command/_rsync: completion for rsync.
|
||||
|
||||
2001-11-26 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Gergely Nagy: 16291: Completion/Debian/Command/_dupload:
|
||||
|
|
|
@ -15,5 +15,5 @@ _dd _gprof _lynx _perldoc _telnet _pine
|
|||
_dict _grep _lzop _prcs _tiff _elm
|
||||
_diff _gs _make _psutils _tin _apm _mail
|
||||
_last _loadkeys _modutils _ruby _sysctl _links _samba
|
||||
_user_admin
|
||||
_user_admin _rsync
|
||||
'
|
||||
|
|
5
Completion/Unix/Command/_rsync
Normal file
5
Completion/Unix/Command/_rsync
Normal file
|
@ -0,0 +1,5 @@
|
|||
#compdef rsync
|
||||
|
||||
_arguments -- '*=COMMAND*:command:_command' \
|
||||
'*=FILE*:file:_files' \
|
||||
'*=DIR*:directory:_files -/'
|
Loading…
Reference in a new issue