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

Re: Gnuls + alias



On Wed, Sep 10, 2003 at 10:25:17AM -0300, Augusto Kojima wrote:
> Friends,
> 
> 
> Where I must write the command?
> alias ls="gls --color"
> because I do not obtain to use it in the X with xterm, it does not export,
> when I place in .profile, not function in the X. !
> 
> thanks
> 
> Kojima

At least for the colorls port, you have to set your TERM environment
variable to something like xterm-color (see /etc/termcap) for the switches
to work.

export TERM=xterm-color