Reuben Thomas <[EMAIL PROTECTED]> wrote: > It would both be logical, and help with testing (where one wouldn't > have to change one's login script) if dircolors tried to load > ~/.dircolors if no database is given and the file exists.
Or just put this in your start-up script: d=.dircolors test -r $d && eval "$(dircolors $d)" _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
