mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
6 lines
237 B
PowerShell
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.
|