Re: [systemd-devel] [PATCH] shell-completion(zsh): journalctl's -b changes

2014-09-27 Thread Daniel Mack
On 09/27/2014 02:48 PM, Eric Cook wrote: > removed pointless index sort of bootids. > use `compadd -a' to add each array, instead of expanding possibly hundreds of > words needlessly. > optional completion of -b Applied, thanks. > > --- > shell-completion/zsh/_journalctl | 8 > 1 fil

[systemd-devel] [PATCH] shell-completion(zsh): journalctl's -b changes

2014-09-27 Thread Eric Cook
removed pointless index sort of bootids. use `compadd -a' to add each array, instead of expanding possibly hundreds of words needlessly. optional completion of -b --- shell-completion/zsh/_journalctl | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell-completion/zsh