mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
refactor(pwsh): default to jandedobbeleer theme
This commit is contained in:
parent
8a3f330af4
commit
56fc37214f
|
@ -44,6 +44,9 @@ function Set-PoshPrompt {
|
|||
elseif (Test-Path $Theme) {
|
||||
$global:PoshSettings.Theme = $Theme
|
||||
}
|
||||
else {
|
||||
$global:PoshSettings.Theme = "$PSScriptRoot/Themes/jandedobbeleer.json"
|
||||
}
|
||||
|
||||
[ScriptBlock]$Prompt = {
|
||||
$realLASTEXITCODE = $global:LASTEXITCODE
|
||||
|
|
Loading…
Reference in a new issue