fix: cargo bin dir
Use the environment variable to find the dir instead of the hard coded default
This commit is contained in:
parent
d607b3326c
commit
30c50dc792
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue