Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for bat

This commit is contained in:
Alexander Hess 2026-08-03 02:57:48 +02:00
commit 1272f73dcd
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
4 changed files with 35 additions and 1 deletions

View file

@ -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