diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index 13dd6e6..02e168a 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -97,7 +97,7 @@ filters="" while [[ "$1" =~ ^"[0-9]+\.?[0-9]*-[0-9]+\.?[0-9]*"$ ]]; do - if [ $filters != "" ]; then + if [ "$filters" != "" ]; then filters+=", " fi filters+="volume=enable='between(t,''${1/-/,})':volume=0"