Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "John Morrison" To: "cygwin" Subject: RE: HOME Date: Mon, 5 May 2003 17:37:28 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <64F0F24E4646E644B6AF14331D69F841D0576F@orsmsx403.jf.intel.com> Importance: Normal > From: Lafond, Kenneth G > > Looks like a good time to bring up my proposed corrections from thread > "Changes to default profile". I'd suggest: > > Current (from below): > # Uncomment to use the terminal colours set in DIR_COLOR > # eval `dircolors -b /etc/DIR_COLOR` > > Changed (works on my system when uncommented): > # Uncomment both lines below to use the terminal colours set in DIR_COLORS > # eval `dircolors -b /etc/DIR_COLORS` > # alias ls='ls --color=auto' > > Reasons: > - file DIR_COLOR doesn't exist in /etc It should be. That's where the package puts it. > - alias line seems to be necessary to make dircolors work (see > /etc/DIR_COLORS) alias shouldn't be part of the profile, it should be in the bashrc (I'll add comment's there to that effect). > - 'Instruction' comment line changed to reflect changes Thanks for the comments, J. -- 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/