Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 7, 2024
1 parent afbe0c9 commit f64fec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ $env:POSH_THEMES_PATH = "$env:HOME/.cache/oh-my-posh/themes"
if ($env:POSH_THEME_NAME) {
& ([ScriptBlock]::Create((oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/$env:POSH_THEME_NAME.omp.json" --print) -join "`n"))
} else {
& ([ScriptBlock]::Create((oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/custom/devcontainers.omp.json" --print) -join "`n"))
& ([ScriptBlock]::Create((oh-my-posh init pwsh --config "$env:HOME/.config/oh-my-posh/themes/devcontainers.omp.json" --print) -join "`n"))
}
#endregion Theme

0 comments on commit f64fec7

Please sign in to comment.