7 lines
112 B
Bash
7 lines
112 B
Bash
. $HOME/.shrc
|
|
|
|
export PS1='; '
|
|
|
|
test -r "$LOGIN" && . "$LOGIN"
|
|
test -r "$SETENV" && . "$SETENV" && setenv bash
|
|
|