feat(rc): Amélioration de la gestion de anyenv

This commit is contained in:
Xavier Logerais 2025-01-17 09:05:56 +00:00
parent af5d43fb36
commit cd341b7d80

View File

@ -4,7 +4,6 @@
# git clone https://github.com/riywo/anyenv $HOME/.anyenv # git clone https://github.com/riywo/anyenv $HOME/.anyenv
if ( which anyenv &> /dev/null ) if (which anyenv &>/dev/null); then
then
eval "$(anyenv init -)" eval "$(anyenv init -)"
fi fi