Skip to content

Commit

Permalink
refactor(pwsh): default to jandedobbeleer theme
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Sep 20, 2020
1 parent 8a3f330 commit 56fc372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/powershell/go-my-posh/go-my-posh.psm1
Expand Up @@ -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
Expand Down

0 comments on commit 56fc372

Please sign in to comment.