From 12537829b8a325ab93a24da527c250d8b32f8093 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 26 Feb 2019 09:46:20 +0200 Subject: [PATCH] simplify listing and fix bug with category names. --- pash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pash b/pash index 8b3bf09..15d1ea8 100755 --- a/pash +++ b/pash @@ -40,7 +40,7 @@ pw_list() { if [[ $tree ]]; then tree else - printf '%s\e[4D\e[K\n' **/*.gpg + printf -- '%s\e[4D\e[K\n' **/*.gpg fi }