From: Siraaj Khandkar Date: Tue, 30 Jun 2020 11:21:04 +0000 (-0400) Subject: Add ~/.cargo/bin to PATH X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=922745e802b1f13d250ed01bc2d15adf4f0088ee Add ~/.cargo/bin to PATH --- 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"