5 lines
95 B
Bash
5 lines
95 B
Bash
. $HOME/.shrc
|
|
|
|
test -r "$LOGIN" && . "$LOGIN"
|
|
test -r "$SETENV" && . "$SETENV" && setenv bash
|
|
|