Skip to content

Commit

Permalink
add oh-my-posh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 7, 2024
1 parent edd4aae commit f74f296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ if ($env:POSH_THEME_NAME) {
& ([ScriptBlock]::Create((oh-my-posh init pwsh --config "$env:HOME/.config/oh-my-posh/themes/devcontainers.minimal.omp.json" --print) -join "`n"))
}
if ($env:POSH_DISABLE_UPGRADE_NOTICE -eq $true) { oh-my-posh disable notice }
oh-my-posh completion powershell | Out-String | Invoke-Expression
#endregion Theme
1 change: 1 addition & 0 deletions home/dot_config/powershell/Microsoft.VSCode_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ if ($env:POSH_THEME_NAME) {
& ([ScriptBlock]::Create((oh-my-posh init pwsh --config "$env:HOME/.config/oh-my-posh/themes/devcontainers.minimal.omp.json" --print) -join "`n"))
}
if ($env:POSH_DISABLE_UPGRADE_NOTICE -eq $true) { oh-my-posh disable notice }
oh-my-posh completion powershell | Out-String | Invoke-Expression
#endregion Theme

0 comments on commit f74f296

Please sign in to comment.