Add ~/.cargo/bin to PATH
This commit is contained in:
@@ -3,6 +3,7 @@ source /etc/profile
|
||||
_path=(
|
||||
"$HOME/bin"
|
||||
"$HOME/.optbin"
|
||||
"$HOME/.cargo/bin"
|
||||
)
|
||||
|
||||
for part in ${_path[@]} ; do
|
||||
|
||||
Reference in New Issue
Block a user