Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ronysh authored Sep 15, 2022
1 parent 4bc89e4 commit 12590a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ms-python.python"
// Additional Extensions Here
],
"onCreateCommand": "echo PS1='\"$ \"' >> ~/.bashrc", //Set Terminal Prompt to $
"onCreateCommand": "echo PS1='\"$ \"' >> ~/.bashrc && echo ZSH_THEME='\"robbyrussell\"' >> ~/.zshrc", //Set Terminal Prompt to $
"postCreateCommand": "pip3 install livereload"
}

Expand Down

0 comments on commit 12590a2

Please sign in to comment.