3 lines
87 B
Text
3 lines
87 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
export CARGO_HOME="$HOME/.cargo"
|
||
|
|
path_append "$CARGO_HOME/bin"
|