We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3262c2 commit c87f915Copy full SHA for c87f915
1 file changed
.devcontainer/setup.sh
@@ -1,5 +1,7 @@
1
echo 'Please wait for setup to finish ...'
2
3
+ micromamba shell init --shell bash --root-prefix=~/micromamba
4
+
5
# get repo
6
7
if [ $(find . -maxdepth 1 -type d ! -name . ! -name .devcontainer | wc -l) -eq 0 ];
0 commit comments