From 51ff2a591505f05e110b4e4de218e1003e20326c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 5 Aug 2021 15:30:23 -0700 Subject: [PATCH] Add alias to fix issue with batdiff helper --- bat/.config/bash/bashrc.d/bat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bat/.config/bash/bashrc.d/bat.sh b/bat/.config/bash/bashrc.d/bat.sh index 230f9ad..f95eb57 100644 --- a/bat/.config/bash/bashrc.d/bat.sh +++ b/bat/.config/bash/bashrc.d/bat.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +alias batdiff='batdiff --pager=""' + if command -v bat &> /dev/null ; then alias cat=bat fi