[+] Add pipx package manager, closes #107

This commit is contained in:
Azalea Gui 2023-03-22 12:18:53 -04:00
parent d00a3c086d
commit 5891522233
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -1880,6 +1880,10 @@ get_packages() {
}
}
# OS-independent package managers.
has pipx && tot pipx list --short
# OS-specific package managers.
case $os in
Linux|BSD|"iPhone OS"|Solaris|illumos)
# Package Manager Programs.