Add configuration for bat
This commit is contained in:
parent
a26c6e0263
commit
1272f73dcd
4 changed files with 35 additions and 1 deletions
|
|
@ -7,6 +7,11 @@
|
|||
alias dotfiles='git --git-dir=$XDG_DATA_HOME/dotfiles --work-tree=$HOME'
|
||||
|
||||
|
||||
if _command_exists batcat; then
|
||||
alias bat='batcat'
|
||||
fi
|
||||
|
||||
|
||||
# Integrate `git`
|
||||
if _command_exists git; then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue