From 5bd600b8e67159d187a2889ab3aa597f641c9dc0 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 4 May 2023 09:50:49 -0400 Subject: [PATCH] Removed delta --- git/gitconfig | 13 ------------- zsh/zplug | 1 - 2 files changed, 14 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index fa741d3..a0087b5 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -5,19 +5,6 @@ [core] editor = vim -[interactive] - diffFilter = delta --color-only - -[delta] - features = line-numbers decorations - whitespace-error-style = 22 reverse - navigate = true -[delta "decorations"] - commit-decoration-style = bold yellow box ul - file-style = bold cyan ul - file-decoration-style = none - hunk-header-decoration-style = none - [github] user = jamesepatrick [alias] diff --git a/zsh/zplug b/zsh/zplug index 092ca84..875b8e5 100755 --- a/zsh/zplug +++ b/zsh/zplug @@ -5,7 +5,6 @@ source ${ZPLUG_HOME}/init.zsh zplug "${ZDIR}/modules/bin/", from:local, as:command, use:"*" zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf -zplug "dandavison/delta", from:gh-r, as:command, rename-to:delta zplug "${ZDIR}/modules/alias/", from:local, as:plugin zplug "${ZDIR}/modules/complete/", from:local, as:plugin, defer:2