mirror of
https://github.com/dylanaraps/neofetch
synced 2025-12-31 00:02:56 -05:00
add neofetch
This commit is contained in:
parent
b763c31ad7
commit
dd8ee366b1
3
neofetch
3
neofetch
@ -544,6 +544,9 @@ get_packages() {
|
||||
package_dir=(/var/db/paludis/repositories/{cross-installed,installed}/*/data/*)
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user