xfce4-terminal ne lit plus .dircolors
Salut,
Depuis le passage à Stretch, ce terminal n'affiche plus fichiers en
couleurs selon l'extension.
La variable TERM est positionnée dans ~/.bashrc :
TERM_COLOR="$h_magenta\t$blanc $h_vert\u$blanc@$jaune\h$HOSTEXT$blanc:$vert \#$blanc $USERPROMPT "
TERM_NB="\t \u@\h$HOSTEXT:\w \#$USERPROMPT "
case "$TERM" in
"gnome-256color|Eterm"|"xterm"|"xterm-color"|"xterm-256color")
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
PS1="$TERM_COLOR\[\e[0m\]"
#TERM="xterm"
#TERM="gnome-256color"
TERM="xterm-256color"
;;
"linux"|"screen")
PS1="$TERM_NB"
;;
"dumb")
# terminal utilisé par scp lors des transferts
# il vaut mieux ne rien changer ici.
;;
*)
PS1="$TERM_NB"
echo "Terminal '$TERM' inconnu"
;;
esac
Juste au-dessus, j'ai
export LS_COLORS='--color=auto'
eval $(dircolors -b $HOME/.dircolors)
Par contre, xterm se comporte comme prévu.
Je ne sais où chercher.
Est-ce que quelqu'un a la même config que chez moi avec un comportement normal?
Merci d'avance
Steve
Reply to: