Commit dd8ee366 authored by Mitch Weaver's avatar Mitch Weaver

add neofetch

parent b763c31a
......@@ -545,6 +545,9 @@ get_packages() {
packages="$((packages+=$(ls -d -1 "${package_dir[@]}" | wc -l)))"
fi
type -p butch >/dev/null && \
packages="$((packages+=$(butch list | wc -l)))"
if type -p pkg >/dev/null; then
case "$kernel_name" in
"FreeBSD") packages="$((packages+=$(pkg info | wc -l)))" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment