Add ~/.cargo/bin to PATH

This commit is contained in:
2021-10-31 12:51:56 +01:00
parent 92a78cf2f4
commit b4fdaae8c5

View File

@@ -3,6 +3,7 @@ source /etc/profile
_path=(
"$HOME/bin"
"$HOME/.optbin"
"$HOME/.cargo/bin"
)
for part in ${_path[@]} ; do