From 455cfbf6e17fdb09cc9a570b9859af132f4ebb67 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 17 Mar 2021 13:15:55 -0700 Subject: [PATCH] Cargo in bash --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 7cac8e2..628cefc 100644 --- a/.bashrc +++ b/.bashrc @@ -114,3 +114,4 @@ if ! shopt -oq posix; then fi [ -s "/Users/doty/.dnx/dnvm/dnvm.sh" ] && . "/Users/doty/.dnx/dnvm/dnvm.sh" # Load dnvm +source "$HOME/.cargo/env"