Cargo autoload setup (added automatically by rustup)
This commit is contained in:
parent
726c242a78
commit
56085de482
2 changed files with 2 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -118,3 +118,4 @@ fi
|
|||
|
||||
# Hook up direnv
|
||||
eval "$(direnv hook bash)"
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
|
|||
1
.profile
1
.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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue