[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] I want to make an permanet alias ?
- Subject: Re: [cobalt-users] I want to make an permanet alias ?
- From: "Ben Liddicott" <ben.liddicott@xxxxxxxxxxxxxxxxxx>
- Date: Mon Dec 3 03:49:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Add it to your ~/.login file.
Cheers,
Ben Liddicott
----- Original Message -----
From: "bob lenaerts" <bob@xxxxxxxxxx>
> I want to make an alias => alias ll="ls -laF --color"
> So when I type ll it does the same as ls -laF --color
> When I type this, everything goes OK, but when I exit, and come back,
> the alias is gone. I have to retype it every time I come back :(( How
> can I make alias ll="ls -laF --color" an PERMANENT alias ?