From d37a34ac98514ca45c578b35b6dcb955733eb82d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 1 Sep 2025 07:27:42 +0200 Subject: bash: Add the DIFF environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to specify the diff tool for programs that accept an alternative for it. Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 3886689..c844f04 100644 --- a/.bashrc +++ b/.bashrc @@ -67,6 +67,9 @@ if command -v fzf &>/dev/null; then eval "$(fzf --bash)" fi +# Some tools allow me to use another diff tool by using this environment variable. +export DIFF=difft + ## # Editors & terminals. -- cgit v1.2.3