We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c282168 commit 146701aCopy full SHA for 146701a
.devcontainer/Dockerfile
@@ -5,3 +5,5 @@ WORKDIR /home/
5
COPY . .
6
7
RUN bash ./setup.sh
8
+
9
+ENV SHELL /bin/zsh
.devcontainer/setup.sh
@@ -13,4 +13,3 @@ chown -R $USER_UID:$USER_GID /home/$USERNAME/.oh-my-zsh /home/$USERNAME/.zshrc
13
14
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
15
16
-chsh -s /urs/bin/zsh
0 commit comments