From 26aa04552c6bd503442a1eedfa5f488fe2da8b44 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 24 Aug 2024 03:47:26 -0700 Subject: [PATCH] fix: place omp disable checking in right place --- users/youwen/common/core.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix index 06c7557..ed06be2 100755 --- a/users/youwen/common/core.nix +++ b/users/youwen/common/core.nix @@ -78,10 +78,12 @@ shellAliases = { ls = "eza -l --icons=auto"; }; + shellInit = '' + oh-my-posh disable notice + ''; interactiveShellInit = '' fish_vi_key_bindings set -g fish_greeting - oh-my-posh disable notice ''; plugins = [ {