Skip to content

Commit

Permalink
🎡 ci: cleanup oh-my-posh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 1, 2024
1 parent 2af362c commit 091ce32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotposh/Config/update-windots.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ function Update-Windots {
gum spin --title="Updating scoop apps..." -- scoop update --all
}

if (Get-Command oh-my-posh -ErrorAction SilentlyContinue) {
gum spin --title="Clearning oh-my-posh cache..." -- oh-my-posh cache clear
}

# Update vscode extensions
if (Get-Command code -ErrorAction SilentlyContinue) {
gum spin --title="Updating vscode extensions..." -- code --update-extensions
Expand Down

0 comments on commit 091ce32

Please sign in to comment.