source cargo env only if exists
This commit is contained in:
parent
93e2d072e0
commit
986ba5a7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ export EDITOR='vim'
|
||||||
# export LC_ALL=en_US.UTF-8
|
# export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# Cargo/Rust
|
# Cargo/Rust
|
||||||
. "$HOME/.cargo/env"
|
[[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue