diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index e20ef26..acdb992 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -58,6 +58,11 @@ if command -v eza &>/dev/null; then alias la="eza -la" fi +# https://github.com/wilfred/difftastic +if command -v difft &>/dev/null; then + export DFT_DISPLAY=inline +fi + # https://github.com/charmbracelet/glow if command -v glow &>/dev/null; then alias gl="glow"