]> git.ipfire.org Git - ipfire-2.x.git/blob - config/profile.d/dircolors.sh
Bashpromt erweitert und FTP Upload wieder funktionierend gemacht...
[ipfire-2.x.git] / config / profile.d / dircolors.sh
1 # Setup for /bin/ls to support color, the alias is in /etc/bashrc.
2 if [ -f "/etc/dircolors" ] ; then
3 eval $(dircolors -b /etc/dircolors)
4
5 if [ -f "$HOME/.dircolors" ] ; then
6 eval $(dircolors -b $HOME/.dircolors)
7 fi
8 fi
9 alias ls='ls --color=auto'