Skip to content

Commit ee040b9

Browse files
committed
fix: switch to zsh by default
1 parent 6a72af3 commit ee040b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ WORKDIR /home/
55
COPY . .
66

77
RUN bash ./setup.sh
8-
9-
ENV TERM zsh

.devcontainer/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ sed -i -e "s/\/root\/.oh-my-zsh/\/home\/$USERNAME\/.oh-my-zsh/g" /home/$USERNAME
3232
chown -R $USER_UID:$USER_GID /home/$USERNAME/.oh-my-zsh /home/$USERNAME/.zshrc
3333

3434
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

Comments
 (0)