X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/bc0966090a508f70833c5e13ca20a533268c8a16..7d7ffd761724c1d0f1b1e018d9b1df218420fb60:/bin/apkv diff --git a/bin/apkv b/bin/apkv index 012d8e2..7ae7051 100755 --- a/bin/apkv +++ b/bin/apkv @@ -84,7 +84,7 @@ if [ "$method" = list ]; then # ignore getopt's --, we don't care if an arg begins with - anyway [ "$1" = '--' ] && switch >/dev/null - all=$(apk info) + all=$(apk info | sort) # show packages if no args if [ $# -eq 0 ]; then for x in $(echo "$all" | grep '^\.'); do