Re: [systemd-devel] [PATCH] zsh-completion: journalctl query by binary and device

2013-03-05 Thread Lennart Poettering
On Tue, 05.03.13 14:32, Daniel Wallace (danielwall...@gtmanfred.com) wrote: > implement 1883552c3d8 from bash completion in zsh-completion Thanks, applied! > --- > shell-completion/systemd-zsh-completion.zsh | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/shell-completion

[systemd-devel] [PATCH] zsh-completion: journalctl query by binary and device

2013-03-05 Thread Daniel Wallace
implement 1883552c3d8 from bash completion in zsh-completion --- shell-completion/systemd-zsh-completion.zsh | 11 +++ 1 file changed, 11 insertions(+) diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index 46e29b2..77b26f6 100644 ---