dotfiles/private_dot_bashrc

9 lines
197 B
Plaintext
Raw Permalink Normal View History

2024-02-19 20:53:12 +01:00
export EDITOR=nvim
2021-08-10 10:50:48 +02:00
export LC_ALL=fr_FR.UTF-8
2024-02-18 14:47:50 +01:00
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
2023-08-19 10:55:57 +02:00
2021-09-21 10:31:11 +02:00
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
2024-02-18 14:39:42 +01:00
[ -f ~/.work.bash ] && source ~/.work.bash
2023-04-04 15:58:22 +02:00