etc/dot/file/shrc
2024-07-30 22:24:58 +05:00

10 lines
128 B
Bash

#!/bin/sh
. $HOME/.profile
export PS1=$PROMPT
test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv sh