[+] Add pipx package manager, closes #107
This commit is contained in:
parent
d00a3c086d
commit
5891522233
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -1880,6 +1880,10 @@ get_packages() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# OS-independent package managers.
|
||||||
|
has pipx && tot pipx list --short
|
||||||
|
|
||||||
|
# OS-specific package managers.
|
||||||
case $os in
|
case $os in
|
||||||
Linux|BSD|"iPhone OS"|Solaris|illumos)
|
Linux|BSD|"iPhone OS"|Solaris|illumos)
|
||||||
# Package Manager Programs.
|
# Package Manager Programs.
|
||||||
|
|
Loading…
Reference in a new issue