From ef891e2a35fa4df701aee868fa90bef122310fd4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 4 Apr 2024 14:43:07 +0200 Subject: [PATCH] mx-update-np: don't return on error error is expected when nothing's playing --- .config/zsh/functions/mx-update-np | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/functions/mx-update-np b/.config/zsh/functions/mx-update-np index 1f52171..0403e8c 100755 --- a/.config/zsh/functions/mx-update-np +++ b/.config/zsh/functions/mx-update-np @@ -2,7 +2,7 @@ # set matrix status to subsonic now playing # needs mx-set-status and np-subsonic in ${PATH} or as functions -setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL +setopt LOCAL_OPTIONS NO_UNSET PIPE_FAIL local np