commit
1bcf46aa42
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2070,7 +2070,7 @@ get_packages() {
|
|||
has pipx && tot pipx list --short
|
||||
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
|
||||
has npm && pkgs_h=1 tot npm list -g --depth=0
|
||||
has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"a
|
||||
has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"
|
||||
|
||||
# OS-specific package managers.
|
||||
case $os in
|
||||
|
|
Loading…
Reference in a new issue