Cargo autoload setup (added automatically by rustup)

This commit is contained in:
Ohad Livne 2025-06-04 22:45:01 +03:00
parent 726c242a78
commit 56085de482
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 2 additions and 0 deletions

View file

@ -118,3 +118,4 @@ fi
# Hook up direnv # Hook up direnv
eval "$(direnv hook bash)" eval "$(direnv hook bash)"
. "$HOME/.cargo/env"

View file

@ -32,3 +32,4 @@ export QT_IM_MODULE="fcitx"
export XMODIFIERS="@im=fcitx" export XMODIFIERS="@im=fcitx"
export BORG_REPO="/media/backup/" export BORG_REPO="/media/backup/"
export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt" export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
. "$HOME/.cargo/env"