Changeset 1995

Show
Ignore:
Timestamp:
07/29/07 14:32:09 (1 year ago)
Author:
jhuntwork
Message:

On some machines the BOLD variable ends up producing an eerie green.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/minimal/etc/bashrc

    r1874 r1995  
    1313                BOLD=$WHITE ;; 
    1414        *) 
    15                 BOLD="\[\033[0;38m\]" ;; 
     15                BOLD="\[\033[0;1m\]" ;; 
    1616esac 
    1717