From 5b491c31ab1836d1e59cced1e21b7ca69a8ff70d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Mar 2026 11:31:19 +0200 Subject: Update --- fish/conf.d/editor.fish | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit v1.2.3