Re: [systemd-devel] [PATCH v2] zsh-completion: add missing options for systemd-run

2013-11-06 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 31, 2013 at 04:26:23PM -0500, William Giokas wrote: On Thu, Oct 31, 2013 at 09:54:05PM +0100, Ronny Chevalier wrote: 2013/10/31 William Giokas 1007...@gmail.com: Much better. Now one thing that would make this amazing is if you could make __machines an autoloaded file,

[systemd-devel] [PATCH v2] zsh-completion: add missing options for systemd-run

2013-10-31 Thread Ronny Chevalier
--- shell-completion/zsh/_systemd-run | 17 + 1 file changed, 17 insertions(+) diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index 0c81c54..4bfbd19 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@

Re: [systemd-devel] [PATCH v2] zsh-completion: add missing options for systemd-run

2013-10-31 Thread William Giokas
On Thu, Oct 31, 2013 at 08:46:29PM +0100, Ronny Chevalier wrote: --- shell-completion/zsh/_systemd-run | 17 + 1 file changed, 17 insertions(+) diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index 0c81c54..4bfbd19 100644 ---

Re: [systemd-devel] [PATCH v2] zsh-completion: add missing options for systemd-run

2013-10-31 Thread Ronny Chevalier
2013/10/31 William Giokas 1007...@gmail.com: On Thu, Oct 31, 2013 at 08:46:29PM +0100, Ronny Chevalier wrote: --- shell-completion/zsh/_systemd-run | 17 + 1 file changed, 17 insertions(+) diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run

Re: [systemd-devel] [PATCH v2] zsh-completion: add missing options for systemd-run

2013-10-31 Thread William Giokas
On Thu, Oct 31, 2013 at 09:54:05PM +0100, Ronny Chevalier wrote: 2013/10/31 William Giokas 1007...@gmail.com: Much better. Now one thing that would make this amazing is if you could make __machines an autoloaded file, possibly _sd_machines, that can be used in multiple zsh completions so