Commit fc05b0c
committed
feat(rustup): add cargo bin directory to PATH
CARGO_HOME is set to ~/.local/share/cargo via XDG compliance,
but the corresponding bin directory was missing from PATH.
This caused cargo-installed binaries (e.g. ff) to not be found.1 parent bdb2061 commit fc05b0c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments