From: Frank Terbeck Date: Tue, 29 Nov 2011 13:52:20 +0000 (+0100) Subject: zshrc: Remove get_tw_cli X-Git-Tag: v0.5.0~30 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=37bc165c121047b087b01676981aeceb783d1c6c zshrc: Remove get_tw_cli Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index aa356b7..843fd5b 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -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. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 02d91a9..99494f8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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