feat(zsh): add delta completions setup for enhanced git integration

This commit is contained in:
Jim Myhrberg
2025-09-23 17:55:04 +01:00
parent 68a5b5dfb9
commit 93eb2af279

View File

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