summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 16809ab..0e89d9e 100644
--- a/Home.md
+++ b/Home.md
@@ -23,7 +23,7 @@ This is the wiki for retiolum.
```bash
# example usage for your bashrc/zshrc
say() {
- _say() { curl -sSG http://tts.r/api/tts --data-urlencode text@- | mpv --no-resume-playback -; }
+ _say() { curl -sSG http://tts.r/api/tts --data-urlencode text@- | mpv --keep-open=no --no-resume-playback -; }
if [[ "$#" -eq 0 ]]; then
_say
else