обновился чуть(чота похоже с coreutils)

после этого
[email protected]:~$ ls
ls: не распознан префикс: hl
ls: не анализируемое значение в переменной окружения LS_COLORS
и естественно цвета нет у файлов/папок.
Нагуглил вот что http://translationproject.org/obsolete/ … 1.11.ru.po но ток не понял куда кидать, если вообще надо кидать.
Что у Вас в
cat ~/.bashrc
вот, до обновления работало всё, он ещё с убунты остался
[email protected]:~$ cat .bashrc 
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples                                                            
# If not running interactively, don't do anything
[ -z "$PS1" ] && return                          
# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.    
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups               
# ... or force ignoredups and ignorespace                               
export HISTCONTROL=ignoreboth                                           
# append to the history file, don't overwrite it
shopt -s histappend                             
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.                    
shopt -s checkwinsize                                        
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"       
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then               
    debian_chroot=$(cat /etc/debian_chroot)                                 
fi                                                                          
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in                                                 
    xterm-color) color_prompt=yes;;                             
esac                                                            
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window   
# should be on the output of commands, not on the prompt                    
#force_color_prompt=yes                                                     
if [ -n "$force_color_prompt" ]; then
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
        # We have color support; assume it's compliant with Ecma-48
        # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
        # a case would tend to support setf rather than setaf.)            
        color_prompt=yes                                                   
    else                                                                   
        color_prompt=                                                      
    fi                                                                     
fi                                                                         
if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\[email protected]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else                                                                                                         
    PS1='${debian_chroot:+($debian_chroot)}\[email protected]\h:\w\$ '                                                      
fi                                                                                                           
unset color_prompt force_color_prompt                                                                        
# If this is an xterm set the title to [email protected]:dir
case "$TERM" in                                     
xterm*|rxvt*)                                       
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\[email protected]\h: \w\a\]$PS1"
    ;;                                                              
*)                                                                  
    ;;                                                              
esac                                                                
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.          
# See /usr/share/doc/bash-doc/examples in the bash-doc package.   
#if [ -f ~/.bash_aliases ]; then
#    . ~/.bash_aliases          
#fi                             
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then                     
    eval "`dircolors -b`"                              
    #alias dir="dir --color=auto"                      
    #alias vdir="vdir --color=auto"                    
    #alias grep="grep --color=auto"
    #alias fgrep="fgrep --color=auto"
    #alias egrep="egrep --color=auto"
fi
# some more ls aliases
alias ls="ls  --color=auto"
alias ll="ls -l --color=auto"
alias la="ls -A"
#alias l="ls -CF"
alias lla="ls -la --color=auto"
#other aliases
alias ды="ls --color=auto"
alias сфе="cat"
alias duhs="du -hs --time"
#alias eject="eject /dev/sr0"
alias pwrsave="cpufreq-set -g powersave"
alias performance="cpufreq-set -g performance"
alias cpuinfo="cpufreq-info"
complete -cf sudo
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi
LS_COLORS='rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:';
export LS_COLORS
pgrep halevt >> /dev/null || halevt
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin:~/bin
export PATH
GTK_IM_MODULE=xim
export GTK_IM_MODULE
alias trafik='ifconfig eth1 | tail -n 2'
Прочитайте сначала http://linux-sxs.org/housekeeping/lscolors.html, затем удалите “36:hl=44;” из export LS_COLORS.
SmiGes
он ещё с убунты остался
хорошо, что не с Linux 0.1
Разберемся, голубчик!
 
Зарегистрироваться или войдите чтобы оставить сообщение.