Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37817960
en ru br
ALT Linux repos
S:9.4.0.24.75e248-alt1
5.0: 6.12-alt2
4.1: 6.11-alt1
4.0: 5.97-alt6
3.0: 5.3.1-alt0.4

Other repositories
Upstream:8.1pl3

Group :: System/Base
RPM: coreutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# color-ls initialization

if ($?TERM) then
if ($TERM != "") then

foreach color_ls (~/.dir_colors.$TERM ~/.dir_colors \
~/.dircolors.$TERM ~/.dircolors \
/etc/DIR_COLORS.$TERM /etc/DIR_COLORS)
if (! -f $color_ls || ! -r $color_ls) then
continue
endif

eval `dircolors -c $color_ls`
if ($TERM == "emacs") then
alias ls 'ls -N'
else
alias ls 'ls --color=auto'
endif
break
end
unsetenv color_ls

endif
endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin