etc/dot/file/bashrc
2021-12-05 15:57:19 +05:00

8 lines
138 B
Bash

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