replace cat by batcat
This commit is contained in:
parent
72e659f314
commit
3792c41c06
1 changed files with 1 additions and 0 deletions
|
@ -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'"
|
||||
|
|
Reference in a new issue