From e394b39220c9b9240ae7454f3ca7396a427d0ba8 Mon Sep 17 00:00:00 2001 From: Guillaume Raille Date: Fri, 16 May 2025 16:30:26 +0200 Subject: [PATCH] Update .devcontainer/Dockerfile Co-authored-by: Austin Macdonald --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ecb0c1ccc..04fffd16b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -54,7 +54,7 @@ USER node ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global ENV PATH=$PATH:/usr/local/share/npm-global/bin -# Set the default shell to bash rather than sh +# Set the default shell to zsh rather than sh ENV SHELL=/bin/zsh # Default powerline10k theme