oh-my-posh/.devcontainer/Microsoft.PowerShell_profile.ps1
2021-11-20 13:45:51 +01:00

6 lines
237 B
PowerShell

# Activate oh-my-posh prompt:
Import-Module oh-my-posh
Set-PoshPrompt -Theme ${env:POSHTHEMES_ROOT}/${env:DEFAULT_POSH_THEME}.omp.json
# NOTE: You can override the above env vars from the devcontainer.json "args" under the "build" key.