mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-09 16:23:57 +01:00
8 lines
197 B
Text
8 lines
197 B
Text
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
|
|
[ -f ~/.work.bash ] && source ~/.work.bash
|
|
|