8 lines
131 B
Bash
8 lines
131 B
Bash
q(){
|
|
echo $SHLVL - 1 | bc
|
|
exit
|
|
}
|
|
export PS1="% "
|
|
|
|
test -r "$LOGIN" && . "$LOGIN"
|
|
test -r "$SETENV" && . "$SETENV" && setenv bash
|