From 05fcc2a5d8f76fb9a172a01f09505d2ab6ae25eb Mon Sep 17 00:00:00 2001 From: Corey Smith Date: Sun, 19 Apr 2026 02:46:06 +0000 Subject: [PATCH] Move alias --- makehome-srv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makehome-srv.sh b/makehome-srv.sh index 8e7dd2f..349c612 100644 --- a/makehome-srv.sh +++ b/makehome-srv.sh @@ -90,12 +90,12 @@ 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' alias la='ls -A' alias l='ls -CF' +alias bat='batcat' export BAT_THEME="ansi"