etc/dot/file/shrc

11 lines
133 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"
2021-12-06 16:51:29 +03:00
PS1="% "
test -r "$SETENV" && . "$SETENV" && setenv sh