diff options
author | EuAndreh <eu@euandre.org> | 2023-06-21 07:17:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-21 07:17:03 -0300 |
commit | 62138947c38f38727e6d5634bba8b3e6224b323f (patch) | |
tree | 7605aa2773cbb039cd1f0eda4bbd86c84decc39c /bin/menu | |
parent | Improve nvi configuration (diff) | |
download | dotfiles-62138947c38f38727e6d5634bba8b3e6224b323f.tar.gz dotfiles-62138947c38f38727e6d5634bba8b3e6224b323f.tar.xz |
bin/menu: Replace walk(1) with find(1)
Diffstat (limited to 'bin/menu')
-rwxr-xr-x | bin/menu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/||" \ |