From 56085de482739e92032881179287ae62874d7bbb Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:01 +0300 Subject: [PATCH] Cargo autoload setup (added automatically by rustup) --- .bashrc | 1 + .profile | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 1c22de8..085c6ea 100644 --- a/.bashrc +++ b/.bashrc @@ -118,3 +118,4 @@ fi # Hook up direnv eval "$(direnv hook bash)" +. "$HOME/.cargo/env" diff --git a/.profile b/.profile index 00bab95..4887c45 100644 --- a/.profile +++ b/.profile @@ -32,3 +32,4 @@ export QT_IM_MODULE="fcitx" export XMODIFIERS="@im=fcitx" export BORG_REPO="/media/backup/" export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt" +. "$HOME/.cargo/env"