bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suggestion: try ~/.dircolors


From: Jim Meyering
Subject: Re: Suggestion: try ~/.dircolors
Date: Sat, 19 Jul 2008 18:21:24 +0200

Reuben Thomas <address@hidden> 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)"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]