📝 Expanded espeak alias to say and speak keywords
This commit is contained in:
parent
318a23f565
commit
bc3265bb57
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue