📝 Updated and added espeak

This commit is contained in:
z3rOR0ne 2022-09-05 23:09:18 -07:00
parent 94e222a128
commit ffe4693a26
5 changed files with 13 additions and 9 deletions

View file

@ -216,6 +216,7 @@ alias shchk="shellcheck"
alias psmem="ps auxf | sort -nr -k 4 | head -5"
# get top process eating cpu
alias pscpu="ps auxf | sort -nr -k 3 | head -5"
alias espeak="espeak -v female5"
# useful bash commands
# grep, sed, awk, tr, sort, seq, paste, uniq