mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(devcontainer): fix path
This commit is contained in:
parent
900f5bc672
commit
4d925b69ba
|
@ -47,7 +47,7 @@ RUN pwsh -Command Install-Module posh-git -Scope AllUsers -Force; \
|
|||
pwsh -Command Install-Module Terminal-Icons -Scope AllUsers -Force;
|
||||
|
||||
# add the oh-my-posh path to the PATH variable
|
||||
ENV PATH "$PATH:${USERNAME}/bin"
|
||||
ENV PATH "$PATH:/home/${USERNAME}/bin"
|
||||
|
||||
# Can be used to override the devcontainer prompt default theme:
|
||||
ENV POSH_THEME="/workspaces/oh-my-posh/themes/jandedobbeleer.omp.json"
|
||||
|
|
Loading…
Reference in a new issue