From b885ce5076c242a88f59067ebb48e7ccd78015e0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Mar 2026 11:57:59 +0200 Subject: Update --- fish/conf.d/editor.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3