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