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

8 lines
125 B
Bash

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