feat(zsh/rust): add alias for 'batdiff' as 'biff' if available

This commit is contained in:
Jim Myhrberg
2026-01-27 16:57:38 +00:00
parent e34efe233e
commit 220461bd9a

View File

@@ -21,6 +21,10 @@ if command-exists batman; then
alias man="batman" alias man="batman"
fi fi
if command-exists batdiff; then
alias biff="batdiff"
fi
# ============================================================================== # ==============================================================================
# completions # completions
# ============================================================================== # ==============================================================================