First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 140628
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo non-Linux Team <alt@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Timothy Redaelli <drizzt@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
bashrc.patch /etc/skel/.bashrc patch patch Timothy Redaelli 2006-07-16 06:00 0000 511 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 140628 depends on: Show dependency tree
Bug 140628 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-16 05:57 0000
dircolors doesn't exists on non linux systems,
i attach a patch to /etc/skel/.bashrc to activate coloured ls in BSD'ish
userbase

------- Comment #1 From Timothy Redaelli 2006-07-16 06:00:04 0000 -------
Created an attachment (id=91886) [details]
/etc/skel/.bashrc patch

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2006-07-19 18:44:33 0000 -------
Mike what you think? :)

------- Comment #3 From SpanKY 2006-07-19 19:17:27 0000 -------
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

------- Comment #4 From SpanKY 2006-07-30 16:20:59 0000 -------
*** Bug 140947 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug