Skip to content

Commit 146701a

Browse files
committed
fix: maybe actually make zsh the default shell
1 parent c282168 commit 146701a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/Dockerfile

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

77
RUN bash ./setup.sh
8+
9+
ENV SHELL /bin/zsh

.devcontainer/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ chown -R $USER_UID:$USER_GID /home/$USERNAME/.oh-my-zsh /home/$USERNAME/.zshrc
1313

1414
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
1515

16-
chsh -s /urs/bin/zsh

0 commit comments

Comments
 (0)