etc/dot/file/bashrc
2024-12-19 13:56:59 +05:00

9 lines
146 B
Bash

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