disable greeting message

This commit is contained in:
cy 2024-12-23 11:23:03 -05:00
parent f73ada358b
commit 8d0314e0aa

View file

@ -33,6 +33,10 @@
"gs" = "git status --short";
"gss" = "git status";
};
shellInit = ''
set fish_greeting
'';
};
programs.fzf.enableFishIntegration = true;