Skip to content

Commit

Permalink
[PR] #49 from DaRacci: Fix cargo bin dir
Browse files Browse the repository at this point in the history
fix: cargo bin dir
  • Loading branch information
hykilpikonna authored Dec 7, 2022
2 parents 818a27e + 1ac9680 commit 1b0cf4a
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 @@ -1911,7 +1911,7 @@ get_packages() {
has flatpak && tot flatpak list
has spm && tot spm list -i
has puyo && dir ~/.puyo/installed
has cargo && dir ~/.cargo/bin/*
has cargo && dir "${CARGO_HOME:-$HOME/.cargo}/bin/"*

# 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 1b0cf4a

Please sign in to comment.