[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 ?
> 


Or add in
alias ll="ls -laF --color"
into /etc/profile
At the very bottom to make it the default for the entire system of
users.

Regards,

Andy
andy@xxxxxxxxxxxxxxxxxxxxx
http://ineedlinux.info/