etc/dot/file/bashrc

9 lines
138 B
Bash
Raw Normal View History

2021-12-04 21:57:51 +03:00
q(){
echo $SHLVL - 1 | bc
exit
}
2020-11-04 02:03:20 +03:00
export PS1="$SHPROMPT"
2021-12-04 21:57:51 +03:00
test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash