From fbd3fe76a327c75995edb8f006a4534c9b403db4 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 14 Aug 2024 19:16:36 -0700 Subject: [PATCH] chore: add line to fish init to disable omp update notice --- users/youwen/common/core.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix index c5fde8a..01234f0 100755 --- a/users/youwen/common/core.nix +++ b/users/youwen/common/core.nix @@ -88,6 +88,7 @@ interactiveShellInit = '' fish_vi_key_bindings set -g fish_greeting + oh-my-posh disable notice ''; plugins = [ {