source: projects/rootfiles/trunk/.bash_profile @ 1127

Revision 1127, 217 bytes checked in by daisuke, 14 years ago (diff)

import rootfiles-20090501 from internal cvs repository

Line 
1# .bash_profile
2
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5        . ~/.bashrc
6fi
7
8# User specific environment and startup programs
9
10ENV=$HOME/.bashrc
11USERNAME="root"
12
13export USERNAME ENV PATH
14
15mesg n
Note: See TracBrowser for help on using the repository browser.