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