Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37749170
en ru br
Репозитории ALT
S:9.4.0.24.75e248-alt1
5.1: 7.6-alt1
4.1: 6.11-alt1
4.0: 5.97-alt6
3.0: 5.3.1-alt0.4
www.altlinux.org/Changes

Другие репозитории
Upstream:8.1pl3

Группа :: Система/Основа
Пакет: coreutils

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

# color-ls initialization
set COLORS=/etc/DIR_COLORS
if ($?TERM) then
test -e "/etc/DIR_COLORS.$TERM" && set COLORS="/etc/DIR_COLORS.$TERM"
endif
test -f ~/.dircolors && set COLORS=~/.dircolors
if ($?TERM) then
test -f "~/.dircolors.$TERM" && set COLORS="~/.dircolors.$TERM"
endif
test -f ~/.dir_colors && set COLORS=~/.dir_colors
if ($?TERM) then
test -f "~/.dir_colors.$TERM" && set COLORS="~/.dir_colors.$TERM"
endif

if (-e "$COLORS") then
eval `dircolors -c "$COLORS"`
endif

if ($?TERM) then
if ($TERM == "emacs") then
alias ls 'ls -N'
else
alias ls 'ls --color=auto'
endif
endif
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin