Use difftastic for git and add fzf to zsh

This commit is contained in:
Sami Samhuri 2025-08-17 12:37:26 -07:00
parent 0d7f49d84a
commit b09bddfcdd
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -24,6 +24,7 @@
[commit]
verbose = true
[diff]
external = difft
algorithm = histogram
mnemonicprefix = true
renames = copies

4
zshrc
View file

@ -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