Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > f86cb38185a8945f42f82f579fd4ae22 > files > 1

tcsh-6.11-3mdk.src.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