From 2ea1210f2aee6146ea80e4ff8854f2d466ae28dd Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 15 Jun 2023 13:58:23 -0500 Subject: [PATCH] update --- .bashrc | 1 + setup.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 setup.sh diff --git a/.bashrc b/.bashrc index 2372206..ad06a67 100644 --- a/.bashrc +++ b/.bashrc @@ -56,6 +56,7 @@ alias spico='sedit' alias nano='edit' alias snano='sedit' alias vim='nvim' +alias cat='batcat' # To have colors for ls and all grep commands such as grep, egrep and zgrep export CLICOLOR=1 diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755