From: Frank Terbeck Date: Thu, 21 Jul 2011 19:55:20 +0000 (+0200) Subject: zshrc: Put _grmlinitd completion directly into zshrc. X-Git-Tag: v0.4.00~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=3b0fb3cb7dca219f0e6280b77056d7d5261f7a01;hp=3b0fb3cb7dca219f0e6280b77056d7d5261f7a01;p=grml-etc-core.git zshrc: Put _grmlinitd completion directly into zshrc. We provide the Start/Stop/... functions in our zshrc. But people don't necessarily install /usr/share/grml/zsh/completion/grml/_grmlinitd and therefore the completion is not available then. So lets make sure we provide the completion through the zshrc file itself. Reported-by: Othmar Gsenger ---