summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 11:31:19 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 11:31:19 +0200
commit5b491c31ab1836d1e59cced1e21b7ca69a8ff70d (patch)
treedb6a232c76510271f3bf3d7ae076b45d68c95e5b
parent268bccd204b79fc779cecbb3a6bd695ded7f4f46 (diff)
Update
-rw-r--r--fish/conf.d/editor.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/conf.d/editor.fish b/fish/conf.d/editor.fish
index af32b25..6b58b6a 100644
--- a/fish/conf.d/editor.fish
+++ b/fish/conf.d/editor.fish
@@ -41,6 +41,11 @@ function hxdiff
diff -u -r $argv >$tmp
hx $tmp
rm -f $tmp
+
+end
+
+function tfdiff
+ hxdiff --exclude='state.tf' --exclude='*.tfstate*'
end
abbr -a lhx 'editor::helix::open_with_lock'