| Revision 1127, 217 bytes checked in by daisuke, 16 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | # .bash_profile |
| 2 | |
| 3 | # Get the aliases and functions |
| 4 | if [ -f ~/.bashrc ]; then |
| 5 | . ~/.bashrc |
| 6 | fi |
| 7 | |
| 8 | # User specific environment and startup programs |
| 9 | |
| 10 | ENV=$HOME/.bashrc |
| 11 | USERNAME="root" |
| 12 | |
| 13 | export USERNAME ENV PATH |
| 14 | |
| 15 | mesg n |