From dd974875f7dc5ec8dfb3911f6c1d0a2ffcd22c0b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 29 Dec 2025 14:06:01 +0700 Subject: [PATCH] fix(otp): strict shell --- .local/bin/otp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/bin/otp b/.local/bin/otp index 5107a3c..13e16d1 100755 --- a/.local/bin/otp +++ b/.local/bin/otp @@ -1,5 +1,7 @@ #!/bin/sh +set -euo pipefail + find ~/.password-store -type f -name '*.gpg' -exec basename {} .gpg \; \ | tac \ | ${MENU:-fzf} \ -- 2.51.2