mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(zsh): add delta completions setup for enhanced git integration
This commit is contained in:
@@ -21,3 +21,7 @@ git-largest-objects() {
|
||||
if command-exists difft; then
|
||||
export GIT_EXTERNAL_DIFF=difft
|
||||
fi
|
||||
|
||||
if command-exists delta; then
|
||||
setup-completions delta "$(mise-which delta)" delta completions zsh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user