+ check for ~/.cargo/env
This commit is contained in:
parent
f6b093f813
commit
a1a367e604
@ -49,7 +49,7 @@ fi
|
|||||||
export EDITOR
|
export EDITOR
|
||||||
|
|
||||||
# Cargo/Rust
|
# Cargo/Rust
|
||||||
source "$HOME/.cargo/env"
|
[[ -f "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
|
||||||
|
|
||||||
# Format of process time reports with 'time'
|
# Format of process time reports with 'time'
|
||||||
# %% A '%'
|
# %% A '%'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user