Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > c239e9be24abd3583184b2165aa97967 > files > 3

tcsh-6.12-4mdk.i586.rpm

# color-ls initialization
set COLORS=/etc/DIR_COLORS
eval `dircolors -c /etc/DIR_COLORS`
test -f ~/.dircolors && eval `dircolors -c ~/.dircolors` && set COLORS=~/.dircolors
test -f ~/.dir_colors && eval `dircolors -c ~/.dir_colors` && set COLORS=~/.dir_colors

egrep -qi "^COLOR.*none" $COLORS

if ( $? != 0 ) then
alias ls 'ls --color=tty'
endif