]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-menu-pass.sh
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / bin / bin / tmux-menu-pass.sh
index 369d022daf19ef16d872c0d4efd5ccfffb2e23be..bae3919327163d286c7ad3ad56a0bbe3ef969630 100755 (executable)
@@ -3,7 +3,6 @@
 while :; do
     echo -n "> "
     read pass
-    passman has "$pass" || continue
-    passman "$pass" >/dev/null
-    exit
+    passman has "$pass" && break
 done
+exec passman "$pass" >/dev/null