source: noc/.bash_profile @ 43

Last change on this file since 43 was 42, checked in by presbrey, 17 years ago
scripts.mit.edu NOC graphing
File size: 191 bytes
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
10PATH=$PATH:$HOME/bin
11
12export PATH
13unset USERNAME
Note: See TracBrowser for help on using the repository browser.