chore: claude code update

This commit is contained in:
Harald Hoyer 2026-05-30 17:45:53 +02:00
parent c1af1a0025
commit 7e29dac1d1
3 changed files with 28 additions and 20 deletions

View file

@ -4,6 +4,11 @@
home.stateVersion = "25.11";
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
programs.bash.initExtra = ''
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
then