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