remove diff highlight

This commit is contained in:
daniel
2023-03-19 13:17:28 +01:00
parent 59b8391315
commit 36a642ffb8

View File

@@ -33,8 +33,7 @@ if [ ! -d "$HOME/.fzf" ]; then
fi fi
fi fi
# diff-so-fancy && diff-highlight # diff-so-fancy
pip install --user diff-highlight
if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then
if [ ! -d "$HOME/.local/lib/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 git clone --depth 1 https://github.com/so-fancy/diff-so-fancy.git $HOME/.local/lib/diff-so-fancy