From bff35adf6d0b9015445a5775d29c2eb990b6fa91 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 21 Jul 2026 15:28:01 +0100 Subject: [PATCH] feat: reverted back to zsh --- devcontainer.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/devcontainer.json b/devcontainer.json index 3f81a81..2f08104 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -14,18 +14,7 @@ }, "rust-analyzer.cargo.runBuildScripts": true, "remote.autoForwardPorts": false, - "terminal.integrated.profiles.linux": { - "tmux-shell": { - "path": "tmux", - "args": [ - "new-session", - "-A", - "-s", - "dev" - ] - } - }, - "terminal.integrated.defaultProfile.linux": "tmux-shell" + "terminal.integrated.defaultProfile.linux": "zsh" }, "extensions": [ "ms-azuretools.vscode-docker",