mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 01:46:43 +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"
|
||||
fi
|
||||
|
||||
if command-exists batdiff; then
|
||||
alias biff="batdiff"
|
||||
fi
|
||||
|
||||
# ==============================================================================
|
||||
# completions
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user