We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a72af3 commit ee040b9Copy full SHA for ee040b9
2 files changed
.devcontainer/Dockerfile
@@ -5,5 +5,3 @@ WORKDIR /home/
5
COPY . .
6
7
RUN bash ./setup.sh
8
-
9
-ENV TERM zsh
.devcontainer/setup.sh
@@ -32,3 +32,5 @@ sed -i -e "s/\/root\/.oh-my-zsh/\/home\/$USERNAME\/.oh-my-zsh/g" /home/$USERNAME
32
chown -R $USER_UID:$USER_GID /home/$USERNAME/.oh-my-zsh /home/$USERNAME/.zshrc
33
34
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
35
+
36
+chsh -s /urs/bin/zsh
0 commit comments