(bash sh)^rc fixed the prompts.
This commit is contained in:
parent
183979f253
commit
3922ff850f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ q(){
|
|||
echo $SHLVL - 1 | bc
|
||||
exit
|
||||
}
|
||||
export PS1="$SHPROMPT"
|
||||
export PS1="% "
|
||||
|
||||
test -r "$LOGIN" && . "$LOGIN"
|
||||
test -r "$SETENV" && . "$SETENV" && setenv bash
|
||||
|
|
|
@ -6,5 +6,5 @@ q(){
|
|||
}
|
||||
|
||||
test -r "$LOGIN" && . "$LOGIN"
|
||||
PS1="$SHPROMPT"
|
||||
PS1="% "
|
||||
test -r "$SETENV" && . "$SETENV" && setenv sh
|
||||
|
|
Loading…
Reference in a new issue