source:
lab.git/TipAndDoc/.bash_profile
@
e054fd4
Last change on this file since e054fd4 was 5650e43, checked in by mitty <mitty@…>, 14 years ago | |
---|---|
|
|
File size: 329 bytes |
Rev | Line | |
---|---|---|
[5650e43] | 1 | # add /usr/local/sbin, /usr/sbin, /sbin to $PATH |
2 | echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null | |
3 | if [ ! $? = 0 ]; then | |
4 | PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH | |
5 | fi | |
6 | ||
7 | ||
[b31adcc] | 8 | # set PATH so it includes user's private bin if it exists |
[df4fa7b] | 9 | if [ -d "$HOME/.bin" ] ; then |
10 | PATH="$HOME/.bin:$PATH" | |
[b31adcc] | 11 | fi |
[766bb6a] | 12 | |
[b31adcc] | 13 | /usr/bin/screen -d -RR -U |
Note: See TracBrowser
for help on using the repository browser.