1
0
Fork 0
src/trinitystuff/sh/env

15 lines
223 B
Plaintext

set -o vi
test "$0" = bash || test "$0" = -bash \
&& complete -c man which \
|| true
PS1="; "
PS2="; "
PS3="; "
test -e "$HOME/.aliases" \
&& . $HOME/.aliases
test -e "$HOME/.cargo/env" \
&& . $HOME/.cargo/env