mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(shell): move batman alias
This commit is contained in:
@@ -17,6 +17,10 @@ if command-exists bat; then
|
||||
alias cat="bat -P"
|
||||
fi
|
||||
|
||||
if command-exists batman; then
|
||||
alias man="batman"
|
||||
fi
|
||||
|
||||
# ==============================================================================
|
||||
# completions
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user