mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
feat(zsh/rust): add alias for 'batdiff' as 'biff' if available
This commit is contained in:
@@ -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
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user