From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5516 invoked from network); 26 Aug 1998 15:48:17 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 26 Aug 1998 15:48:17 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA08731; Wed, 26 Aug 1998 11:40:15 -0400 (EDT) Resent-Date: Wed, 26 Aug 1998 11:39:59 -0400 (EDT) From: "Andrej Borsenkow" To: "ZSH users mailing list" Subject: Command alias in non-command position Date: Wed, 26 Aug 1998 19:42:39 +0400 Message-ID: <000a01bdd108$27f40910$21c9ca95@ao13.mow.sni.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by math.gatech.edu id LAA08681 Resent-Message-ID: <"IBe4z.0.p72.Fn2vr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1758 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I have some often used aliases, e.g. vi=elvis view='elvis -R' etc Unfortunately, if I try to do e.g. sudo vi ... The /usr/bin/vi is started instead of elvis. Is there any easy way to use my lovely aliases in this case? thank you /Andrej