From e61e230cea4169bf7cd6f2c24577e352a6f70216 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 26 Mar 2023 13:49:35 +0700 Subject: [PATCH] chore: difftastic is slow --- data/zsh/extra-zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index 4a885b5..c19fda6 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -73,11 +73,6 @@ alias kssh="kitty +kitten ssh" # https://restic.readthedocs.io/en/latest/manual_rest.html export RESTIC_PASSWORD_FILE=$HOME/.restic_password_file -# https://difftastic.wilfred.me.uk/git.html -if command -v difft &>/dev/null; then - export GIT_EXTERNAL_DIFF=difft -fi - # https://github.com/sharkdp/vivid if command -v vivid &>/dev/null; then export LS_COLORS="$(vivid generate catppuccin-mocha)"