Here is a piece of my .cshrc file:
set term=linux
eval 'dircolors'
alias ls 'ls --color=auto';
alias ll 'ls -l';
alias dir 'ls --color=auto --format=vertical';
alias v 'ls --color=auto --format=long';
This got me colors in tcsh...
-- Mike
-
Mike Bucciarelli
[EMAIL PROTECTED]
Fethi,
You can find this in the xterm man pages:
-/-
-ls This option indicates that the shell that is
started in the xterm window will be a login shell
(i.e., the first character of argv[0] will be a
dash, indicating to the shell
I spent about 2-3 hours trying to figure out how to get color into
my xterm running tcsh.
I was previously using bash and had no problem with colors. I
remember there used to be a file called DIR_COLORS in the /etc, in
my previous SUSE installation, and it was pretty easy to manipulate
colors f
3 matches
Mail list logo