Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
dircolors doesn't exists on non linux systems, i attach a patch to /etc/skel/.bashrc to activate coloured ls in BSD'ish userbase
Created an attachment (id=91886) [details] /etc/skel/.bashrc patch
Mike what you think? :)
which is an external binary -> use 'type -p' looks to me like CLICOLOR is just as bad as dircolors ive updated the skel like so: if [[ -f ~/.dir_colors ]] ; then eval $(dircolors -b ~/.dir_colors) elif [[ -f /etc/DIR_COLORS ]] ; then eval $(dircolors -b /etc/DIR_COLORS) fi
*** Bug 140947 has been marked as a duplicate of this bug. ***