source:
noc/.bash_profile
@
42
Last change on this file since 42 was 42, checked in by presbrey, 18 years ago | |
---|---|
File size: 191 bytes |
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 | PATH=$PATH:$HOME/bin |
11 | |
12 | export PATH |
13 | unset USERNAME |
Note: See TracBrowser
for help on using the repository browser.