From 2fcf95ed315ee185bcbbcd8f93afe419bae2f507 Mon Sep 17 00:00:00 2001 From: Heavy Date: Tue, 15 Feb 2022 13:57:57 +0100 Subject: [PATCH] Adjusted 'bat' alias (should also work if bat is at another location). --- dot_bashrc.d/executable_08.alias.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc.d/executable_08.alias.tmpl b/dot_bashrc.d/executable_08.alias.tmpl index 6344cc0..8e66c87 100644 --- a/dot_bashrc.d/executable_08.alias.tmpl +++ b/dot_bashrc.d/executable_08.alias.tmpl @@ -82,6 +82,6 @@ alias quota='quota -gls' if [ -x /usr/bin/batcat ]; then alias cat='batcat' fi -if [ -x /usr/bin/bat ]; then +if [ -x /usr/bin/bat ] || [ -x bat ]; then alias cat='bat' fi