From 922745e802b1f13d250ed01bc2d15adf4f0088ee Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 30 Jun 2020 07:21:04 -0400 Subject: [PATCH] Add ~/.cargo/bin to PATH --- home/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.profile b/home/.profile index eef9bca..2204beb 100644 --- a/home/.profile +++ b/home/.profile @@ -13,3 +13,6 @@ if test ! "$SSH_AGENT_PID" then eval "$(ssh-agent)" fi + +# https://rustup.rs/ +export PATH="$HOME/.cargo/bin:$PATH" -- 2.20.1