chore: claude code update
This commit is contained in:
parent
c1af1a0025
commit
7e29dac1d1
3 changed files with 28 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue