Use `bat` instead of `cat`

This commit is contained in:
Vladan Popovic 2019-12-08 15:32:33 +01:00
parent d609137f5b
commit 54fa8e3b42
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ alias virsh="virsh --connect qemu:///system"
alias cal="cal -m" alias cal="cal -m"
alias genpasswd="strings /dev/urandom | tr -cd '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB' | head -c 32; echo" alias genpasswd="strings /dev/urandom | tr -cd '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB' | head -c 32; echo"
alias sudo="sudo -E" alias sudo="sudo -E"
alias cat="bat"