diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-27 01:14:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-27 01:14:29 +0900 |
| commit | a6e65ea70f2c4ec26cc38cf6137e80f4c596e7cc (patch) | |
| tree | 1fc5df6ff9e9454d4ca9970487a20290a3683aac /home-manager/modules | |
| parent | 1ef93b823d7414c9eabbe5625d25e8c63f0c6f1d (diff) | |
| download | dotfiles-a6e65ea70f2c4ec26cc38cf6137e80f4c596e7cc.tar.gz dotfiles-a6e65ea70f2c4ec26cc38cf6137e80f4c596e7cc.tar.zst dotfiles-a6e65ea70f2c4ec26cc38cf6137e80f4c596e7cc.zip | |
claude-code: prevent claude from running `find` or `fd` with dangerous actions
Diffstat (limited to 'home-manager/modules')
| -rw-r--r-- | home-manager/modules/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index e5ef2cb..887fb5d 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -168,6 +168,8 @@ in programs.bash = { enable = true; + + bashrcExtra = builtins.readFile ../config/bash/.bashrc; }; programs.fish = { |
