Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: cargo bin dir
Use the environment variable to find the dir instead of the hard coded default
  • Loading branch information
Racci authored Dec 5, 2022
commit 30c50dc7929e3f695a269b62e31453d3f860c2cc
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}/bin/*

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