mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
7 lines
236 B
Text
7 lines
236 B
Text
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"
|
|
|
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|