From 37bc165c121047b087b01676981aeceb783d1c6c Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:52:20 +0100 Subject: [PATCH] zshrc: Remove get_tw_cli Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 3 --- etc/zsh/zshrc | 8 -------- 2 files changed, 11 deletions(-) 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 -- 2.1.4