From: Michael Prokop Date: Sat, 17 Oct 2009 19:54:10 +0000 (+0200) Subject: zshrc: drop aumix call in swspeak() X-Git-Tag: v0.3.77~50 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=90243ed0f646e34b0033f873ae64ce4cbe60529f;p=grml-etc-core.git zshrc: drop aumix call in swspeak() --- diff --git a/debian/changelog b/debian/changelog index b35375a..b07b85a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-etc-core (0.3.77) UNRELEASED; urgency=low + + * zshrc: drop aumix call in swspeak(). + + -- Michael Prokop Sat, 17 Oct 2009 21:53:49 +0200 + grml-etc-core (0.3.76) unstable; urgency=low [ Frank Terbeck ] diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2cff02b..195eb44 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2173,7 +2173,6 @@ swspeak() { export PS1="%m%# " /usr/sbin/swspeak-setup $@ else # old version: - aumix -w 90 -v 90 -p 90 -m 90 if ! [[ -r /dev/softsynth ]] ; then flite -o play -t "Sorry, software synthesizer not available. Did you boot with swspeak bootoption?" return 1