du= dust and jsonpp= json pretty print

This commit is contained in:
Vladan Popovic 2020-03-28 20:42:48 +01:00
parent a92360eab7
commit aec091ab51
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ 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" alias cat="bat"
alias du="dust -r"
alias jsonpp="python -m json.tool"