aboutsummaryrefslogtreecommitdiff
path: root/bin/menu
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-21 07:17:03 -0300
committerEuAndreh <eu@euandre.org>2023-06-21 07:17:03 -0300
commit62138947c38f38727e6d5634bba8b3e6224b323f (patch)
tree7605aa2773cbb039cd1f0eda4bbd86c84decc39c /bin/menu
parentImprove nvi configuration (diff)
downloaddotfiles-62138947c38f38727e6d5634bba8b3e6224b323f.tar.gz
dotfiles-62138947c38f38727e6d5634bba8b3e6224b323f.tar.xz
bin/menu: Replace walk(1) with find(1)
Diffstat (limited to 'bin/menu')
-rwxr-xr-xbin/menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index 68fd507..d9e18c4 100755
--- a/bin/menu
+++ b/bin/menu
@@ -92,7 +92,7 @@ show() {
}
pass_list() {
- walk "$PASSWORD_STORE_DIR" |
+ find "$PASSWORD_STORE_DIR" |
grep '\.gpg$' |
sor 'test -f' |
sed -e "s|^$PASSWORD_STORE_DIR/||" \