This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Possible bug: d does not seem to read ~/.d.conf


$ d --version
d v1.2.0

From 

   info d

we can see that /usr/bin/d is supposed to honour a configuration file
~/.d.conf and that in this file, the boolean variable hidden-files-shown
corresponds to the --hidden-files flag in the d command line.

I have therefore put

  hidden-files-shown=true

into my ~/.d.conf, but when I call d, I do not see the hidden files,
but I also do not receive any error message. If
I invoke d explicitly with

  d --hidden-files

the hidden files are displayed.

-- 
Ronald Fischer <ronald.fischer@venyon.com>
Phone: +49-89-452133-162

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]