From 37da7146102500af72e92455cb778f8340bc354e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Apr 2024 15:21:42 +0200 Subject: [PATCH] Don't set zsh as default shell --- .github/.devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index ca54f9c08..d87ea5fda 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -6,7 +6,6 @@ }, "features": { "ghcr.io/devcontainers/features/common-utils:2": { - "configureZshAsDefaultShell": true }, "ghcr.io/stuartleeks/dev-container-features/shell-history:0.0.3": {} }