fix mise in bash

This commit is contained in:
Gabriel Augendre 2024-02-18 14:47:50 +01:00
parent 91031641ae
commit ae6f7b99b0

View file

@ -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"