summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2023-04-16 17:33:45 +0200
committerAnonymous <anon@anon.com>2023-04-16 17:33:45 +0200
commit5e45f8c7f925750621d1a82483821c6fb8b3f10e (patch)
treed2373062fa16d1d0a4dd710fe14b668ecada5595
parent3db874a16e0bf6591b0e05d15c685a3296f55971 (diff)
Updated Home.md (markdown)
-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