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'"