source: lab/trunk/TipAndDoc/.bash_profile @ 92

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