From 2c56a482752c7f7208759fab44199bc0b212fb88 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 5 Sep 2023 17:43:48 +0300 Subject: [PATCH] Do not remember why "has" was needed --- tmux/.tmux/bin/menu-pass.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux/.tmux/bin/menu-pass.sh b/tmux/.tmux/bin/menu-pass.sh index bae3919..c74cac4 100755 --- a/tmux/.tmux/bin/menu-pass.sh +++ b/tmux/.tmux/bin/menu-pass.sh @@ -3,6 +3,5 @@ while :; do echo -n "> " read pass - passman has "$pass" && break + passman "$pass" && break done -exec passman "$pass" >/dev/null -- 2.44.0