1
0
src/dotfiles/.env
2022-05-18 17:44:50 -04:00

11 lines
157 B
Bash

if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
PS1="; "
PS2="; "
PS3="; "
set -o vi
. $HOME/.aliases
. $HOME/.cargo/env