aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-06-27 01:14:29 +0900
committernsfisis <nsfisis@gmail.com>2025-06-27 01:14:29 +0900
commita6e65ea70f2c4ec26cc38cf6137e80f4c596e7cc (patch)
tree1fc5df6ff9e9454d4ca9970487a20290a3683aac /home-manager/modules/common.nix
parent1ef93b823d7414c9eabbe5625d25e8c63f0c6f1d (diff)
downloaddotfiles-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/common.nix')
-rw-r--r--home-manager/modules/common.nix2
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 = {