dot-files/.bash_profile

12 lines
212 B
Bash
Raw Permalink Normal View History

2024-04-25 02:09:41 +00:00
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"
2024-05-23 10:19:46 +00:00
. "$HOME/.cargo/env"