mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
set environmental variable to right value
This commit is contained in:
parent
da139c9524
commit
ce04315424
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
echo "PATH: $PATH"
|
echo "PATH: $PATH"
|
||||||
|
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=full
|
||||||
export CARGO_TERM_COLOR=always
|
export CARGO_TERM_COLOR=always
|
||||||
export CARGO_INCREMENTAL=0
|
export CARGO_INCREMENTAL=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue