Skip to content

Commit

Permalink
feat: configured terminal profile for devcontainer (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydmays authored Sep 27, 2024
1 parent 20a67cb commit 396021a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
"ritwickdey.LiveServer",
"mechatroner.rainbow-csv",
"alexcvzz.vscode-sqlite"
]
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }
}
}
}
}

0 comments on commit 396021a

Please sign in to comment.