etc/dot/file/shrc

6 lines
104 B
Text
Raw Normal View History

2020-11-04 02:03:20 +03:00
#!/bin/sh
test -r "$LOGIN" && . "$LOGIN"
2020-11-04 02:03:20 +03:00
PS1="$SHPROMPT"
test -r "$SETENV" && . "$SETENV" && setenv sh
2020-11-04 02:03:20 +03:00