Provide more processes in completion [...] of killall
authorMichael Prokop <devnull@localhost>
Sun, 3 Aug 2008 18:25:14 +0000 (20:25 +0200)
committerMichael Prokop <devnull@localhost>
Sun, 3 Aug 2008 18:25:14 +0000 (20:25 +0200)
debian/changelog
etc/zsh/zshrc

index 4c1d045..ffc9d8a 100644 (file)
@@ -1,15 +1,12 @@
-grml-etc-core (0.3.51) UNRELEASED; urgency=low
-
-  * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
-
- -- Michael Gebetsroither <gebi@grml.org>  Fri, 01 Aug 2008 13:52:05 +0200
-
 grml-etc-core (0.3.51) unstable; urgency=low
 
   [ Frank Terbeck ]
   * zshrc: Add persistent dirstack support for shells older than 4.2.0
   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
 
+  [ Michael Gebetsroither ]
+  * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
+
   [ Michael Prokop ]
   * zshrc:
     - Add support for ${HOME}/.zshenv.
@@ -17,9 +14,11 @@ grml-etc-core (0.3.51) unstable; urgency=low
     - Support .deb in show-archive() [via harnir]
     - Fix wrong placed comments for debbug vs. debbugm.
       Thanks to Dennis Schreiber for pointing out.
+    - Provide more processes in completion of programs like
+      killall (thanks, ft).
   * zshenv: set $PATH on Solaris/SunOS.
 
- -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 21:29:56 +0200
+ -- Michael Prokop <mika@grml.org>  Sun, 03 Aug 2008 20:24:37 +0200
 
 grml-etc-core (0.3.50) unstable; urgency=low
 
index 2e60119..b804a7f 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Mai 17 22:52:34 CEST 2008 [mika]
+# Latest change: Sun Aug 03 20:23:34 CEST 2008 [mika]
 ################################################################################
 # This file is sourced only for interactive shells. It
 # should contain commands to set up aliases, functions,
@@ -1570,6 +1570,9 @@ grmlcomp() {
     # Ignore completion functions for commands you don't have:
     zstyle ':completion::(^approximate*):*:functions' ignored-patterns '_*'
 
+    # Provide more processes in completion of programs like killall:
+    zstyle ':completion:*:processes-names' command 'ps c -u ${USER} -o command | uniq'
+
     # complete manual by their section
     zstyle ':completion:*:manuals'    separate-sections true
     zstyle ':completion:*:manuals.*'  insert-sections   true