From 3792c41c0620627b61c0ac4ef9b49706770b84a2 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 20 Jan 2022 11:56:13 +0100 Subject: [PATCH] replace cat by batcat --- installFish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installFish.sh b/installFish.sh index 62c22d8..f6880ba 100644 --- a/installFish.sh +++ b/installFish.sh @@ -63,6 +63,7 @@ fish -c "abbr activate 'source bin/activate.fish'" fish -c "abbr vs 'code .'" fish -c "abbr untgz 'tar -xvzf'" fish -c "abbr - 'cd -'" +fish -c "abbr cat 'batcat'" if grep "WSL" /proc/version > /dev/null; # only for WSL then fish -c "abbr bigupdate 'sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -y && sudo apt autoremove -y && tldr --update && wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/update.sh -O tmp_u.sh && bash tmp_u.sh; rm tmp_u.sh'"