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"