chiark / gitweb /
shell-completion(zsh): journalctl's -b changes
authorEric Cook <llua@gmx.com>
Sat, 27 Sep 2014 12:48:09 +0000 (08:48 -0400)
committerDaniel Mack <daniel@zonque.org>
Sat, 27 Sep 2014 17:57:04 +0000 (19:57 +0200)
commitc2026f28bdc64c608e9b00e8f7916c82f44ec610
tree2d383991394c807d7cbcca11a53c259f9a14c352
parentb748c7596f79945be5263a0d1c88de64eb0c5146
shell-completion(zsh): journalctl's -b changes

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