diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-12 11:57:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-12 11:57:59 +0200 |
| commit | b885ce5076c242a88f59067ebb48e7ccd78015e0 (patch) | |
| tree | b6e3a35aa14be649369ad7561fc2cb75e701d244 | |
| parent | 5b491c31ab1836d1e59cced1e21b7ca69a8ff70d (diff) | |
Update
| -rw-r--r-- | fish/conf.d/editor.fish | 2 |
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' |
