diff options
author | Anonymous <anon@anon.com> | 2023-04-16 17:33:45 +0200 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2023-04-16 17:33:45 +0200 |
commit | 5e45f8c7f925750621d1a82483821c6fb8b3f10e (patch) | |
tree | d2373062fa16d1d0a4dd710fe14b668ecada5595 | |
parent | 3db874a16e0bf6591b0e05d15c685a3296f55971 (diff) |
Updated Home.md (markdown)
-rw-r--r-- | Home.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |