From a8f94856e940595aa3ba0c79d4c7172d4cc58589 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 14 Apr 2009 22:20:37 +0200 Subject: Removed fan completion --- etc/completions/_fan | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 etc/completions/_fan diff --git a/etc/completions/_fan b/etc/completions/_fan deleted file mode 100644 index 9549a35..0000000 --- a/etc/completions/_fan +++ /dev/null @@ -1,20 +0,0 @@ -#compdef fan -## vim:ft=zsh -## fan completion -## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL - -local arguments_thinkpad arguments_generic - -arguments_thinkpad=( - '::fan level:(low med high auto)' -) -arguments_generic=( - ':fan state:(on off)' -) - -if [[ -w /proc/acpi/ibm/fan ]] { - _arguments -s $arguments_thinkpad -} elif [[ -w /proc/acpi/fan/FAN/state ]] { - _arguments -s $arguments_generic -} -- cgit v1.2.3