mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-16 13:56:13 -05:00
[F] Fix shellcheck
This commit is contained in:
parent
b9db6d2cc5
commit
048e2d93fd
2
neofetch
2
neofetch
|
|
@ -2069,7 +2069,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)
|
||||
has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"a
|
||||
|
||||
# OS-specific package managers.
|
||||
case $os in
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user