dotfiles/private_dot_bashrc
Gabriel Augendre 2e35096963 cleanup rvm
2024-02-19 19:53:12 +00:00

11 lines
298 B
Text

export PATH=$PATH:$HOME/bin:$HOME/.local/go/bin
export EDITOR=nvim
export LC_ALL=fr_FR.UTF-8
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
[ -f ~/.work.bash ] && source ~/.work.bash