From c72ff260db4ea48839a228fb8a49747a4f47e5f5 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 19 Jul 2024 15:45:17 -0700 Subject: [PATCH] chore: disable update notices for omp --- prompt.omp.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/prompt.omp.json b/prompt.omp.json index e43af5c..d16ad6d 100755 --- a/prompt.omp.json +++ b/prompt.omp.json @@ -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 }