Skip to content

Commit

Permalink
Adds starship init
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Dec 21, 2024
1 parent 0544eab commit fb42ae8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/github-cli": {},
"ghcr.io/devcontainers-contrib/features/starship": {}
},
"postCreateCommand": {
"Initialize Starship Prompt": "echo eval '$(starship init bash)' >> ~/.bashrc"
}
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit fb42ae8

Please sign in to comment.