X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-x;h=e2734a345435f8711ce003012f55621e82749786;hb=b7febb7b3bb7e727bd8c69d081b621f6cd9d21f1;hp=398155498053bb750201b03fdd108830f476a2d6;hpb=3455201eff2836409fa863b0dda2c9630fcfdab9;p=grml-x.git diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index 3981554..e2734a3 100644 --- a/etc/zsh/completion.d/_grml-x +++ b/etc/zsh/completion.d/_grml-x @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Nov 05 23:28:28 CET 2007 [mika] +# Latest change: Sam Nov 17 18:59:26 CET 2007 [mika] ################################################################################ local arguments wm @@ -12,10 +12,10 @@ local -a wms wms=() -for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ - gnome-session gnomesession icewm ion2 ion3 jwm larswm openbox \ - pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi wmii wm-ng \ - xfce4 xfwm4 xmonad ; do +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm openbox \ + particleman pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi \ + wmii wm-ng xfce4 xfwm4 xmonad ; do [ -x /usr/bin/$wm ] && wms+=$wm done