etc/dot/file/bashrc
2024-07-27 19:38:29 +05:00

8 lines
122 B
Bash

. $HOME/.shrc
export PS1='; '
set -o vi
test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv bash