refactor(pwsh): default to jandedobbeleer theme

This commit is contained in:
Jan De Dobbeleer 2020-09-20 19:39:25 +02:00 committed by Jan De Dobbeleer
parent 8a3f330af4
commit 56fc37214f

View file

@ -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