Skip to content

Commit

Permalink
use zsh in common-utils (for my dotfile >:)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed Jan 9, 2024
1 parent c91bf48 commit dd9859a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
}
},
"features": {
// zsh as default shell for my dotfiles to work
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:0": {}
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}
},
"updateContentCommand": "npm install -g @devcontainers/cli"
}

0 comments on commit dd9859a

Please sign in to comment.