[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] I want to make an permanet alias ?



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 ?