We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d608 commit 1fbc48bCopy full SHA for 1fbc48b
src/mise/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "mise",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"name": "Mise - mise-en-place version manager",
5
"description": "Installs mise-en-place version manager."
6
}
src/mise/install.sh
@@ -38,7 +38,6 @@ elif [ -n "\$BASH_VERSION" ]; then
38
fi
39
EOF
40
41
- chmod a+x /etc/profile.d/mise.sh
42
cat >> $_REMOTE_USER_HOME/.bashrc << EOF
43
eval "\$(mise activate bash)"
44
0 commit comments