etc/dot/file/bashrc
2022-09-05 20:07:23 +05:00

10 lines
149 B
Bash

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