From 5d0816fb166a90684f76d02a420541324642c10b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 29 Apr 2007 13:17:22 +0200 Subject: [PATCH] /etc/zsh/zshrc: sleep 2 seconds before running flite in swspeak alias --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 47650ff..f6f1238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.2.50) unstable; urgency=low + + * /etc/zsh/zshrc: sleep 2 seconds before running flite in + swspeak alias. + + -- Michael Prokop Sun, 29 Apr 2007 13:16:48 +0200 + grml-etc-core (0.2.49) unstable; urgency=low * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT' diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9f5b88e..81ffee7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Apr 22 18:37:24 CEST 2007 [mika] +# Latest change: Son Apr 29 13:16:44 CEST 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions, @@ -624,6 +624,7 @@ ${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< %# " unsetopt prompt_cr export PS1="%m%# " nice -n -20 speechd-up + sleep 2 flite -o play -t "Finished setting up software synthesizer" fi ' -- 2.1.4