etc/dot/file/bashrc

8 lines
112 B
Bash
Raw Normal View History

. $HOME/.shrc
2020-11-04 02:03:20 +03:00
2022-11-13 12:23:06 +03:00
export PS1='; '
2021-12-04 21:57:51 +03:00
test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash