Skip to content

Commit

Permalink
Merge pull request #98 from smoonlee/3.1.19.2-prod
Browse files Browse the repository at this point in the history
Executing Release Build
  • Loading branch information
smoonlee authored Feb 5, 2025
2 parents d955499 + 3b8e7ab commit cb59864
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ Version: 3.1.18.3 - August 2024 | Added aksReleaseCalendar switch to Get-AksVers
Version: 3.1.18.4 - August 2024 | Small formatting change to Update-WindowsApps function.
Version: 3.1.19 - February 2025 | Updated Get-EolInfo ProductName Array, Removed AzVMQuota Check
Version: 3.1.19.1 - February 2025 | General Profile Improvements and Code Tiding
Version: 3.1.19.2 - February 2025 | Fixed line 112 'themeNameHere'
#>

# Oh My Posh Profile Version
$profileVersion = '3.1.19.1-prod'
$profileVersion = '3.1.19.2-prod'

# GitHub Repository Details
$gitRepositoryUrl = "https://api.github.com/repos/smoonlee/oh-my-posh-profile/releases"
Expand Down Expand Up @@ -108,7 +109,7 @@ if ($profileVersion -ne $newProfileReleaseTag) {
}

# Load Oh My Posh Application
oh-my-posh init powershell --config "$env:POSH_THEMES_PATH\quick-term-cloud.omp.json" | Invoke-Expression
oh-my-posh init powershell --config "$env:POSH_THEMES_PATH\themeNameHere" | Invoke-Expression

# Local Oh-My-Posh Configuration
$env:POSH_AZURE_ENABLED = $true
Expand Down Expand Up @@ -767,4 +768,4 @@ function Get-EolInfo {
$eolInfo = $eolInfo | Sort-Object { if ($_.eol -match "^\d{4}-\d{2}-\d{2}$") { [DateTime]$_.eol } else { [DateTime]::MaxValue } } -Descending

return $eolInfo
}
}

0 comments on commit cb59864

Please sign in to comment.