Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > a2f27ed1aef47410d2e09f40c604252b > files > 3

tcsh-6.15-5.1mdv2009.1.x86_64.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