We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524baf9 commit e63e269Copy full SHA for e63e269
neofetch
@@ -2030,6 +2030,7 @@ get_packages() {
2030
# OS-independent package managers.
2031
has pipx && tot pipx list --short
2032
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
2033
+ has npm && pkgs_h=1 tot npm list -g --depth=0
2034
2035
# OS-specific package managers.
2036
case $os in
0 commit comments