source: lab/trunk/.bash_profile @ 27

Last change on this file since 27 was 27, checked in by mitty, 15 years ago
  • delete obsolete line
File size: 144 bytes
RevLine 
[25]1# set PATH so it includes user's private bin if it exists
2if [ -d "$HOME/bin" ] ; then
3    PATH="$HOME/bin:$PATH"
4fi
[27]5
[26]6/usr/bin/screen -d -RR -U
Note: See TracBrowser for help on using the repository browser.