Add ~/.cargo/bin to PATH

This commit is contained in:
2021-10-31 12:51:56 +01:00
parent 3215c88ee1
commit 36dcdad8b7

View File

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