diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 16:27:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 16:27:58 +0100 |
| commit | 64836480e5b7ce18b560a61a4b57db51b0650ad7 (patch) | |
| tree | 641ba68ce67c61abc250dc3625fbe1cbed2f2d64 | |
| parent | c9aac35cff3d286aaa0e310e3189ed26225f8cfb (diff) | |
Add rust config section
| -rw-r--r-- | .bash_profile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
