From 975eb28e98de16f09322ce2dac4df61ea89ced35 Mon Sep 17 00:00:00 2001 From: Corey Smith Date: Sun, 19 Apr 2026 02:37:27 +0000 Subject: [PATCH] Alias batcat to bat --- makehome-srv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/makehome-srv.sh b/makehome-srv.sh index a481927..58ac56b 100644 --- a/makehome-srv.sh +++ b/makehome-srv.sh @@ -90,6 +90,7 @@ if [ -x /usr/bin/dircolors ]; then alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' + alias bat='batcat' fi alias ll='ls -alF'