etc/dot/file/bashrc
2020-11-04 04:03:20 +05:00

4 lines
103 B
Bash

test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash
export PS1="$SHPROMPT"