mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +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
|
if command-exists difft; then
|
||||||
export GIT_EXTERNAL_DIFF=difft
|
export GIT_EXTERNAL_DIFF=difft
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command-exists delta; then
|
||||||
|
setup-completions delta "$(mise-which delta)" delta completions zsh
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user