From b09bddfcddcdbcee65cc3c3804287218f9c738ad Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 17 Aug 2025 12:37:26 -0700 Subject: [PATCH] Use difftastic for git and add fzf to zsh --- gitconfig | 1 + zshrc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/gitconfig b/gitconfig index deff0d5..e41d664 100644 --- a/gitconfig +++ b/gitconfig @@ -24,6 +24,7 @@ [commit] verbose = true [diff] + external = difft algorithm = histogram mnemonicprefix = true renames = copies diff --git a/zshrc b/zshrc index 866c08d..ec39c0a 100755 --- a/zshrc +++ b/zshrc @@ -321,6 +321,10 @@ autoload -Uz compinit compinit compdef _gnu_generic zed +if command_exists fzf; then + source <(fzf --zsh) +fi + ### devicectl # ========== # Gui Rambo's iOS device control functions