mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
fix mise in bash
This commit is contained in:
parent
91031641ae
commit
ae6f7b99b0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
export PATH=$PATH:~/bin
|
||||
export LC_ALL=fr_FR.UTF-8
|
||||
|
||||
eval "$(~/bin/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"
|
||||
|
|
Loading…
Reference in a new issue