summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 11:57:59 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 11:57:59 +0200
commitb885ce5076c242a88f59067ebb48e7ccd78015e0 (patch)
treeb6e3a35aa14be649369ad7561fc2cb75e701d244
parent5b491c31ab1836d1e59cced1e21b7ca69a8ff70d (diff)
Update
-rw-r--r--fish/conf.d/editor.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/editor.fish b/fish/conf.d/editor.fish
index 6b58b6a..ed06161 100644
--- a/fish/conf.d/editor.fish
+++ b/fish/conf.d/editor.fish
@@ -45,7 +45,7 @@ function hxdiff
end
function tfdiff
- hxdiff --exclude='state.tf' --exclude='*.tfstate*'
+ hxdiff --exclude=.claude --exclude=.cursor --exclude=modules.json --exclude=.terraform --exclude=.terraform.lock.hcl $argv
end
abbr -a lhx 'editor::helix::open_with_lock'