From: Michael Prokop Date: Sat, 2 Dec 2006 21:44:24 +0000 (+0100) Subject: * /etc/zsh/zshrc: drop completion for lintian and linda as X-Git-Tag: 0.2.8 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.2.8;p=grml-etc-core.git * /etc/zsh/zshrc: drop completion for lintian and linda as zsh ships that already. --- diff --git a/debian/changelog b/debian/changelog index 28c35b4..59a519a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.2.8) unstable; urgency=low + + * /etc/zsh/zshrc: drop completion for lintian and linda as + zsh ships that already. + + -- Michael Prokop Sat, 2 Dec 2006 22:43:38 +0100 + grml-etc-core (0.2.7) unstable; urgency=low * /etc/zsh/zshrc: fma has been renamed into qma, adjust references diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 75013ea..55715d8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -680,8 +680,6 @@ grmlcomp() { zstyle ':completion:*:history-words' menu yes # activate menu zstyle ':completion:*:history-words' remove-all-dups yes # ignore duplicate entries zstyle ':completion:*:history-words' stop yes # - zstyle ':completion:*:*:linda:*' file-patterns '*.deb' # complete debian packages for command 'linda' - zstyle ':completion:*:*:lintian:*' file-patterns '*.deb' # complete debian packages for command 'lintian' zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # match uppercase from lowercase zstyle ':completion:*:matches' group 'yes' # separate matches into groups zstyle ':completion:*' group-name ''