* /etc/zsh/zshrc: drop completion for lintian and linda as 0.2.8
authorMichael Prokop <mika@grml.org>
Sat, 2 Dec 2006 21:44:24 +0000 (22:44 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 2 Dec 2006 21:44:24 +0000 (22:44 +0100)
    zsh ships that already.

debian/changelog
etc/zsh/zshrc

index 28c35b4..59a519a 100644 (file)
@@ -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 <mika@grml.org>  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
index 75013ea..55715d8 100644 (file)
@@ -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 ''