~mkelly/config

45b02f817f47840693fcff35fbf266168fb9e20b — Michael Kelly 1 year, 3 months ago 2818a3d
Source rust configs if present
1 files changed, 3 insertions(+), 0 deletions(-)

A .bashrc.d/rust
A .bashrc.d/rust => .bashrc.d/rust +3 -0
@@ 0,0 1,3 @@
if [[ -f "$HOME/.cargo/env" ]]; then
  . "$HOME/.cargo/env"
fi