Re: console xterm

2008-08-14 Thread Etienne Robillard
On Wed, 13 Aug 2008 17:08:02 + (UTC) [EMAIL PROTECTED] (Christian Weisgerber) wrote: Etienne Robillard [EMAIL PROTECTED] wrote: export TERM=cons25 Bad. alias ls='colorls -FG' Sorry i confused freebsd console (cons25) with obsd console (vt220), but with cons25 and colorls

Re: console xterm

2008-08-13 Thread T. Ribbrock
On Wed, Aug 13, 2008 at 07:26:52AM +0200, ropers wrote: [...] Is there a way to have a colour ls and still be able to page through it? With gls (which I use), there is. Example: gls -lF --color=always|less -r Suitable aliases should do the rest, I suppose. You'll have to use less with '-r',

Re: console xterm

2008-08-13 Thread ropers
2008/8/13 T. Ribbrock [EMAIL PROTECTED]: On Wed, Aug 13, 2008 at 07:26:52AM +0200, ropers wrote: [...] Is there a way to have a colour ls and still be able to page through it? With gls (which I use), there is. Example: Ah! gls = gnuls I suppose. I see there's a 4.3 package for gnuls. gls

Re: console xterm

2008-08-13 Thread Etienne Robillard
On Wed, 13 Aug 2008 10:56:35 +0200 ropers [EMAIL PROTECTED] wrote: 2008/8/13 T. Ribbrock [EMAIL PROTECTED]: On Wed, Aug 13, 2008 at 07:26:52AM +0200, ropers wrote: [...] Is there a way to have a colour ls and still be able to page through it? With gls (which I use), there is. Example:

Re: console xterm

2008-08-13 Thread Christian Weisgerber
Etienne Robillard [EMAIL PROTECTED] wrote: export TERM=cons25 Bad. alias ls='colorls -FG' Sorry i confused freebsd console (cons25) with obsd console (vt220), but with cons25 and colorls the console looks pretty.. ;) The proper terminal type would be TERM=wsvt25. The colorls package

console xterm

2008-08-12 Thread martin0641
Is it possible to make the console, not running X, display colors for files and directories? -- View this message in context: http://www.nabble.com/console-xterm-tp18953785p18953785.html Sent from the openbsd user - misc mailing list archive at Nabble.com.

Re: console xterm

2008-08-12 Thread Etienne Robillard
On Tue, 12 Aug 2008 15:32:47 -0700 (PDT) martin0641 [EMAIL PROTECTED] wrote: Is it possible to make the console, not running X, display colors for files and directories? -- View this message in context: http://www.nabble.com/console-xterm-tp18953785p18953785.html Sent from the openbsd

Re: console xterm

2008-08-12 Thread Antti Harri
On Tue, 12 Aug 2008, Etienne Robillard wrote: On Tue, 12 Aug 2008 15:32:47 -0700 (PDT) martin0641 [EMAIL PROTECTED] wrote: Is it possible to make the console, not running X, display colors for files and directories? Perhaps. But I'd simply use `ls -FG' for that.. in ~/.kshrc put: alias

Re: console xterm

2008-08-12 Thread ropers
2008/8/13 Antti Harri [EMAIL PROTECTED]: On Tue, 12 Aug 2008, Etienne Robillard wrote: On Tue, 12 Aug 2008 15:32:47 -0700 (PDT) martin0641 [EMAIL PROTECTED] wrote: Is it possible to make the console, not running X, display colors for files and directories? Perhaps. But I'd simply use