From 22a459d0fda2ae357562cac5a4fd40421c872845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Sat, 17 Feb 2024 09:51:40 -0300 Subject: [PATCH] chore(devcontainer): update "post-create" script Remove `chsh` command --- .devcontainer/post-create.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index 5f07c89..7f2ece9 100644 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -9,8 +9,6 @@ sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1 -p https://github.com/zsh-users/zsh-completions \ -p https://github.com/zdharma-continuum/fast-syntax-highlighting -chsh -s $(which zsh) bun - # Setup GIT git config --global alias.co "checkout" git config --global alias.cm "checkout main"