📝 Expanded espeak alias to say and speak keywords

This commit is contained in:
z3rOR0ne 2022-09-07 02:22:43 -07:00
parent 318a23f565
commit bc3265bb57

View file

@ -216,7 +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"
alias {say,speak,espeak}="espeak -v female5"
# useful bash commands
# grep, sed, awk, tr, sort, seq, paste, uniq