From 925dc2edb66627541b52058e930626c69e24baf6 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 10 May 2023 01:33:29 -0500 Subject: [PATCH] done. going to bed now. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 56a0430..f80e306 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ alias sudo='sudo ' #what cd should do by default alias cd='cd_func' - +alias bat='batcat ' cd_func () { builtin cd "$@" && ls --color=auto --group-directories-first --format=single-column