lockbox

password manager
Log | Files | Refs | README | LICENSE

commit c701de73a962bf6e6376bfa1caab30ffe03bbf1a
parent c79361ba99d01a2a3d2885a9ddd7f6c492e9e5e5
Author: Sean Enck <sean@ttypty.com>
Date:   Sun,  7 Sep 2025 10:14:29 -0400

zsh completion output verbosity

Diffstat:
Minternal/app/completions/shell/zsh.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/internal/app/completions/shell/zsh.sh b/internal/app/completions/shell/zsh.sh @@ -12,9 +12,7 @@ _{{ $.Executable }}() { main) args="" {{- range $idx, $value := $.Options }} - if [ -n "$args" ]; then - args="$args " - fi + [ -n "$args" ] && args="$args " args="${args}{{ $value }}" {{- end }} _arguments "1:main:($args)"