From 64836480e5b7ce18b560a61a4b57db51b0650ad7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Mar 2021 16:27:58 +0100 Subject: Add rust config section --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 4b4f9b0..1769140 100644 --- a/.bash_profile +++ b/.bash_profile @@ -55,10 +55,12 @@ eval "$(rbenv init -)" export NVM_DIR=~/.nvm source $(brew --prefix nvm)/nvm.sh +# ==== Rust config +source "$HOME/.cargo/env" + # ==== MISC config # allow fuck to be alias of thefuck eval $(thefuck --alias) # ==== MISC CowSay fortune | cowsay | lolcat -source "$HOME/.cargo/env" -- cgit v1.2.3