mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +01:00
11 lines
298 B
Text
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
|
|
|