5 lines
103 B
Bash
5 lines
103 B
Bash
|
test -r "$LOGIN" && . "$LOGIN"
|
||
|
test -r "$SETENV" && . "$SETENV" && setenv bash
|
||
|
export PS1="$SHPROMPT"
|
||
|
|