Changeset 241

Show
Ignore:
Timestamp:
04/24/08 21:54:12 (9 months ago)
Author:
conrad
Message:

add ~/usr/bin to PATH

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • home/.profile

    r80 r241  
    4848    PATH=~/bin:"${PATH}" 
    4949fi 
     50# set PATH so it includes user's private usr/bin if it exists 
     51if [ -d ~/usr/bin ] ; then 
     52    PATH=~/usr/bin:"${PATH}" 
     53fi 
    5054 
    5155export PATH