etc/dot/file/bashrc

5 lines
103 B
Bash
Raw Normal View History

2020-11-04 02:03:20 +03:00
test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash
export PS1="$SHPROMPT"