From 71b56ea1b6a1748233d66e18128c1165190ff049 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 2 Apr 2024 15:56:07 +0700 Subject: [PATCH] config(zsh): disable difft context --- data/zsh/bottom-zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 212893d..f1cfda0 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -91,7 +91,6 @@ fi # https://github.com/wilfred/difftastic if command -v difft &>/dev/null; then export DFT_DISPLAY=inline - export DFT_CONTEXT=5 export DFT_TAB_WIDTH=2 fi