chore: disable update notices for omp

This commit is contained in:
Youwen Wu 2024-07-19 15:45:17 -07:00
parent cdedaf0c2d
commit c72ff260db
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,11 +1,11 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": { "palette": {
"os": "#ACB0BE", "os": "#ACB0BE",
"closer": "p:os", "closer": "p:os",
"pink": "#F5BDE6", "pink": "#F5BDE6",
"lavender": "#B7BDF8", "lavender": "#B7BDF8",
"blue": "#8AADF4" "blue": "#8AADF4"
}, },
"blocks": [ "blocks": [
{ {
@ -63,5 +63,6 @@
} }
], ],
"final_space": true, "final_space": true,
"version": 2 "version": 2,
"disable_notice": true
} }