test updates

This commit is contained in:
Daniel Winkler 2026-05-24 01:20:38 +10:00
commit 049a61e690
2 changed files with 15 additions and 5 deletions

View file

@ -131,7 +131,9 @@
shellHook =
nvimConfig.lib.shellHook evalResult.config
+ ''
exec nu
if [ -z "''${NO_NUSHELL:-}" ]; then
exec nu
fi
'';
};
});