| Revision 1126, 238 bytes checked in by daisuke, 16 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [1126] | 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 | # addpath $HOME/bin | |
| 11 | BASH_ENV=$HOME/.bashrc | |
| 12 | USERNAME="" | |
| 13 | ||
| 14 | export USERNAME BASH_ENV PATH LESSOPEN | |
| 15 |