etc/dot/file/shrc

11 lines
140 B
Text
Raw Normal View History

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