Skip to content

Commit 091ce32

Browse files
committed
🎡 ci: cleanup oh-my-posh cache
1 parent 2af362c commit 091ce32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dotposh/Config/update-windots.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ function Update-Windots {
6969
gum spin --title="Updating scoop apps..." -- scoop update --all
7070
}
7171

72+
if (Get-Command oh-my-posh -ErrorAction SilentlyContinue) {
73+
gum spin --title="Clearning oh-my-posh cache..." -- oh-my-posh cache clear
74+
}
75+
7276
# Update vscode extensions
7377
if (Get-Command code -ErrorAction SilentlyContinue) {
7478
gum spin --title="Updating vscode extensions..." -- code --update-extensions

0 commit comments

Comments
 (0)