dot-files/.bash_profile
2024-04-24 22:09:41 -04:00

11 lines
191 B
Bash

if [[ -f ~/.bashrc ]]; then
. ~/.bashrc;
fi
export EDITOR="nvim"
export MANPAGER="nvim +Man!"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export EDITOR="nvim" VISUAL="codium"