We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af362c commit 091ce32Copy full SHA for 091ce32
dotposh/Config/update-windots.ps1
@@ -69,6 +69,10 @@ function Update-Windots {
69
gum spin --title="Updating scoop apps..." -- scoop update --all
70
}
71
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
+
76
# Update vscode extensions
77
if (Get-Command code -ErrorAction SilentlyContinue) {
78
gum spin --title="Updating vscode extensions..." -- code --update-extensions
0 commit comments