simplify listing and fix bug with category names.

This commit is contained in:
Dylan Araps 2019-02-26 09:46:20 +02:00
parent ca8f29c15e
commit 12537829b8
1 changed files with 1 additions and 1 deletions

2
pash
View File

@ -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
}