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",
"palette": {
"os": "#ACB0BE",
"closer": "p:os",
"pink": "#F5BDE6",
"lavender": "#B7BDF8",
"blue": "#8AADF4"
"os": "#ACB0BE",
"closer": "p:os",
"pink": "#F5BDE6",
"lavender": "#B7BDF8",
"blue": "#8AADF4"
},
"blocks": [
{
@ -63,5 +63,6 @@
}
],
"final_space": true,
"version": 2
"version": 2,
"disable_notice": true
}