dotfiles/private_dot_bashrc

8 lines
236 B
Plaintext
Raw Normal View History

2021-08-10 10:50:48 +02:00
export PATH=$PATH:~/bin
export LC_ALL=fr_FR.UTF-8
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
2021-09-21 10:31:11 +02:00
[ -f ~/.fzf.bash ] && source ~/.fzf.bash