Skip to content

Commit

Permalink
[PR] #144 from OldWorldOrdr: Fix cargo count
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Jun 26, 2023
2 parents 5ab2f2d + 914890b commit 31af137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ get_packages() {
has flatpak && tot flatpak list
has spm && tot spm list -i
has puyo && dir ~/.puyo/installed
has cargo && dir "${CARGO_HOME:-$HOME/.cargo}/bin/"*
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"

# Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running.
Expand Down

0 comments on commit 31af137

Please sign in to comment.