:: Re: [DNG] Configure Xterm
Top Pagina
Delete this message
Reply to this message
Auteur: Didier Kryn
Datum:  
Aan: dng
Onderwerp: Re: [DNG] Configure Xterm
Le 24/05/2016 23:04, emninger@??? a écrit :
> I would like to have in the terminal (i use xterm), directories shown
> not only with a different colour (i managed that) but also with final
> slash (i liked that in some bsd and in slackware), e.g.:
>
> ~/.bogofilter/
> ~/.claws-mail/
>
> etc. Someone knows by chance how to set that in .Xresources?
>
>

     I guess you mean bash setting. Add the following line to your ~/.bashrc


     alias ls='ls -F --color=auto'


     Didier