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