fix: place omp disable checking in right place

This commit is contained in:
Youwen Wu 2024-08-24 03:47:26 -07:00
parent 3ebf22d7ce
commit 26aa04552c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -78,10 +78,12 @@
shellAliases = { shellAliases = {
ls = "eza -l --icons=auto"; ls = "eza -l --icons=auto";
}; };
shellInit = ''
oh-my-posh disable notice
'';
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings
set -g fish_greeting set -g fish_greeting
oh-my-posh disable notice
''; '';
plugins = [ plugins = [
{ {