X-Spam-Check-By: sourceware.org
Message-ID: <83b1d5e80512192154j37ffc1b2s9b64a191252c596b@mail.gmail.com>
Date: Tue, 20 Dec 2005 00:54:46 -0500
From: Jim Roberts <jimmyroberts@gmail.com>
To: cygwin@cygwin.com
Subject: Re: .bashrc question
In-Reply-To: <43A790C4.4050302@internode.com.au>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Disposition: inline
References: <43A790C4.4050302@internode.com.au>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id jBK5sslN032647

On 12/20/05, Luke Vanderfluit <lvanderf@internode.com.au> wrote:> Hi.>> I have been trying to get an alias to work.>> I start my bash shell from cygwin.bat with the following command:>> bash --login -i -c 'rxvt -geometry 80x29 -sb -sl 10000 -bg Black -fg> green -bd LightSeaGreen -fn Courier -font 7x15'>
Try launching rxvt like this:
C:\Cygwin\bin\rxvt.exe -geometry 80x29 -sb -sl 10000 -bg Black -fggreen -bd LightSeaGreen -fn Courier -font 7x15 -e /usr/bin/bash--login -i
> Then I set an alias.> I've tried ~/.bashrc ~/.profile ~/.bash_profile /etc/profile,> but can't get the alias to 'take'.>
It's fine in ~/.bashrc
> Thanks for any help.> Kind regards.>> --> Luke
