[PR] #144 from OldWorldOrdr: Fix cargo count
This commit is contained in:
commit
31af137e97
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2054,7 +2054,7 @@ get_packages() {
|
||||||
has flatpak && tot flatpak list
|
has flatpak && tot flatpak list
|
||||||
has spm && tot spm list -i
|
has spm && tot spm list -i
|
||||||
has puyo && dir ~/.puyo/installed
|
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.
|
# Snap hangs if the command is run without the daemon running.
|
||||||
# Only run snap if the daemon is also running.
|
# Only run snap if the daemon is also running.
|
||||||
|
|
Loading…
Reference in a new issue