replace cat by batcat

This commit is contained in:
Mylloon 2022-01-20 11:56:13 +01:00
parent 72e659f314
commit 3792c41c06
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -63,6 +63,7 @@ fish -c "abbr activate 'source bin/activate.fish'"
fish -c "abbr vs 'code .'" fish -c "abbr vs 'code .'"
fish -c "abbr untgz 'tar -xvzf'" fish -c "abbr untgz 'tar -xvzf'"
fish -c "abbr - 'cd -'" fish -c "abbr - 'cd -'"
fish -c "abbr cat 'batcat'"
if grep "WSL" /proc/version > /dev/null; # only for WSL if grep "WSL" /proc/version > /dev/null; # only for WSL
then 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'" 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'"