From 7376c8125c3cf64d94cb40e512137f5b8a68358f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Mon, 25 Mar 2024 10:08:33 +0200 Subject: [PATCH] bash: source .cargo/env --- bash/profile | 2 +- bash/rc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/profile b/bash/profile index 2980cae..fb9c438 100644 --- a/bash/profile +++ b/bash/profile @@ -35,4 +35,4 @@ fi eval "$(ssh-agent -s)" -export PATH="$HOME/.cargo/bin:$PATH" +. "$HOME/.cargo/env" diff --git a/bash/rc b/bash/rc index 9634621..28a2c88 100644 --- a/bash/rc +++ b/bash/rc @@ -249,3 +249,4 @@ fi if [ -f ~/.bashrc-uber ]; then . ~/.bashrc-uber fi +. "$HOME/.cargo/env"