mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 08:43:08 +01:00
+ check for ~/.cargo/env
This commit is contained in:
parent
f6b093f813
commit
a1a367e604
@ -49,7 +49,7 @@ fi
|
||||
export EDITOR
|
||||
|
||||
# Cargo/Rust
|
||||
source "$HOME/.cargo/env"
|
||||
[[ -f "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
|
||||
|
||||
# Format of process time reports with 'time'
|
||||
# %% A '%'
|
||||
|
Loading…
Reference in New Issue
Block a user