Don't use festival
I only have and want it installed on my PC, no need for it on my server.
This commit is contained in:
parent
f10f2a2382
commit
4c6543322c
2 changed files with 0 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
cmdstatus=$?
|
||||
|
||||
if [ -n "$__COMMAND_EXECUTING" -a $__COMMAND_EXECUTING -gt 0 \
|
||||
-a -n "$__COMMAND_EXEC_TIME" ]; then
|
||||
__COMMAND_EXECUTING=0
|
||||
duration=$(expr $(date +%s) - $__COMMAND_EXEC_TIME)
|
||||
|
||||
if [ $duration -gt 30 ]; then
|
||||
if [ $cmdstatus -eq 0 ]; then
|
||||
echo "done" | festival --tts
|
||||
else
|
||||
echo "failed" | festival --tts
|
||||
fi
|
||||
fi
|
||||
fi
|
1
.zshrc
1
.zshrc
|
@ -47,7 +47,6 @@ typeset -ga chpwd_functions
|
|||
add-zsh-hook preexec preexec_update_vars
|
||||
add-zsh-hook precmd precmd_update_git_vars
|
||||
add-zsh-hook precmd precmd_update_updates
|
||||
add-zsh-hook precmd precmd_maybe_festival
|
||||
add-zsh-hook precmd vcs_info
|
||||
add-zsh-hook chpwd chpwd_update_git_vars
|
||||
|
||||
|
|
Loading…
Reference in a new issue