From 708558b2ff19fbad930150835e2e6dd9535c6579 Mon Sep 17 00:00:00 2001 From: tea Date: Thu, 6 Jun 2024 21:38:48 +0200 Subject: [PATCH] typos --- .config/zsh/functions/mx-set-status | 2 +- .config/zsh/functions/np-subsonic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/functions/mx-set-status b/.config/zsh/functions/mx-set-status index 632fd99..e10db8d 100755 --- a/.config/zsh/functions/mx-set-status +++ b/.config/zsh/functions/mx-set-status @@ -1,6 +1,6 @@ #!/usr/bin/env zsh # set matrix status message to ${1} -# cfg file: server\nuser ID\token +# cfg file: server\nuser ID\ntoken setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL diff --git a/.config/zsh/functions/np-subsonic b/.config/zsh/functions/np-subsonic index df9f7d5..bd0fcb7 100755 --- a/.config/zsh/functions/np-subsonic +++ b/.config/zsh/functions/np-subsonic @@ -1,6 +1,6 @@ #!/usr/bin/env zsh # get now playing from subsonic compatible API -# cfg file: host\nuser\password (host=everything before /rest) +# cfg file: host\nuser\npassword (host=everything before /rest) setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL