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