Changeset 56
- Timestamp:
- 05/04/05 10:49:47 (4 years ago)
- Files:
-
- home/.profile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
home/.profile
r53 r56 23 23 #alias l='ls -CF' 24 24 25 # Ensure the default editor is sane 25 26 export EDITOR=vi 26 27 27 export PATH=/usr/local/bin:$PATH 28 # add /usr/local/bin to PATH 29 PATH=/usr/local/bin:$PATH 30 31 # add ccache wrappers to PATH if they are installed 32 if [ -d /usr/lib/ccache ] ; then 33 PATH=/usr/lib/ccache:$PATH 34 fi 28 35 29 36 # set PATH so it includes user's private bin if it exists … … 32 39 fi 33 40 41 export PATH 42 34 43 # do the same with MANPATH 35 44 if [ -d ~/man ]; then
