zshrc: Remove get_tw_cli
authorFrank Terbeck <ft@bewatermyfriend.org>
Tue, 29 Nov 2011 13:52:20 +0000 (14:52 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:47 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index aa356b7..843fd5b 100644 (file)
@@ -523,9 +523,6 @@ Edit given shell function.
 : **freload()**
 Reloads an autoloadable shell function (See autoload in zshbuiltins(1)).
 
-: **get_tw_cli()**
-Fetches 3ware RAID controller software using get_3ware(1).
-
 : **hgdi()**
 Use GNU diff with options -ubwd for mercurial.
 
index 02d91a9..99494f8 100644 (file)
@@ -1634,14 +1634,6 @@ EOMESS
     fi
 fi
 
-# get_tw_cli has been renamed into get_3ware
-if check_com -c get_3ware ; then
-    get_tw_cli() {
-        echo 'Warning: get_tw_cli has been renamed into get_3ware. Invoking get_3ware for you.'>&2
-        get_3ware
-    }
-fi
-
 # Use hard limits, except for a smaller stack and no core dumps
 unlimit
 is425 && limit stack 8192