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