From 36a642ffb8332a066142b9c6917d2a71777630d8 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 19 Mar 2023 13:17:28 +0100 Subject: [PATCH] remove diff highlight --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6e864fc..fe830c5 100755 --- a/install.sh +++ b/install.sh @@ -33,8 +33,7 @@ if [ ! -d "$HOME/.fzf" ]; then fi fi -# diff-so-fancy && diff-highlight -pip install --user diff-highlight +# diff-so-fancy if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then if [ ! -d "$HOME/.local/lib/diff-so-fancy" ]; then git clone --depth 1 https://github.com/so-fancy/diff-so-fancy.git $HOME/.local/lib/diff-so-fancy