Skip to content

Commit

Permalink
chore(devcontainer): update "post-create" script
Browse files Browse the repository at this point in the history
Remove `chsh` command
  • Loading branch information
mateusfg7 authored Feb 17, 2024
1 parent f9b6565 commit 22a459d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 22a459d

Please sign in to comment.