(bash sh)^rc fixed the prompts.

This commit is contained in:
k1574 2021-12-06 18:51:29 +05:00
parent 183979f253
commit 3922ff850f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ q(){
echo $SHLVL - 1 | bc echo $SHLVL - 1 | bc
exit exit
} }
export PS1="$SHPROMPT" export PS1="% "
test -r "$LOGIN" && . "$LOGIN" test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash test -r "$SETENV" && . "$SETENV" && setenv bash

View file

@ -6,5 +6,5 @@ q(){
} }
test -r "$LOGIN" && . "$LOGIN" test -r "$LOGIN" && . "$LOGIN"
PS1="$SHPROMPT" PS1="% "
test -r "$SETENV" && . "$SETENV" && setenv sh test -r "$SETENV" && . "$SETENV" && setenv sh