mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
cleanup rvm
This commit is contained in:
parent
32d88634ee
commit
2e35096963
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
export PATH=$PATH:~/bin
|
export PATH=$PATH:$HOME/bin:$HOME/.local/go/bin
|
||||||
|
export EDITOR=nvim
|
||||||
export LC_ALL=fr_FR.UTF-8
|
export LC_ALL=fr_FR.UTF-8
|
||||||
|
|
||||||
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
|
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
|
||||||
|
|
||||||
# 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
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue