summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 12:07:35 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 12:07:35 +0200
commit12af0aca200339b053de95092de25a8f383c97f9 (patch)
tree9d0480d17e7aef4ecdf962bcf71ea42136ad99a1
parentb885ce5076c242a88f59067ebb48e7ccd78015e0 (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 ed06161..309cb1e 100644
--- a/fish/conf.d/editor.fish
+++ b/fish/conf.d/editor.fish
@@ -45,7 +45,7 @@ function hxdiff
end
function tfdiff
- hxdiff --exclude=.claude --exclude=.cursor --exclude=modules.json --exclude=.terraform --exclude=.terraform.lock.hcl $argv
+ hxdiff --exclude=.claude --exclude=.cursor --exclude='*.tfplan' --exclude=modules.json --exclude=.terraform --exclude=.terraform.lock.hcl $argv
end
abbr -a lhx 'editor::helix::open_with_lock'