Re: [systemd-devel] [GIT PULL] Split out zsh completion into multiple files

2013-07-29 Thread Michael Biebl
2013/7/29 William Giokas 1007...@gmail.com:
 This patch set splits out the zsh completion into 13 distinct files that
 are installed separately, similar to the bash completion system. There

One of the main reasons why the bash completion was split into
separate files named after the individual binary, is that
bash-completion will load the completions on demand this way.

What's the benefit of splitting the zsh completion?
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [GIT PULL] Split out zsh completion into multiple files

2013-07-29 Thread William Giokas
On Tue, Jul 30, 2013 at 12:05:00AM +0200, Michael Biebl wrote:
 2013/7/29 William Giokas 1007...@gmail.com:
  This patch set splits out the zsh completion into 13 distinct files that
  are installed separately, similar to the bash completion system. There
 
 One of the main reasons why the bash completion was split into
 separate files named after the individual binary, is that
 bash-completion will load the completions on demand this way.
 
 What's the benefit of splitting the zsh completion?

The bash completion was also split so that not all of the completions
were installed if they weren't needed. If you configure systemd without
xyz binary, the _xyz completion will not install, for the most part.

Thanks,
-- 
William Giokas | KaiSforza | http://kaictl.net/
GnuPG Key: 0x73CD09CF
Fingerprint: F73F 50EF BBE2 9846 8306  E6B8 6902 06D8 73CD 09CF


pgpVj6RMTZk2Y.pgp
Description: PGP signature
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel