summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-03-27 16:27:58 +0100
committerAhmed Abdelhalim <[email protected]>2021-03-27 16:27:58 +0100
commit64836480e5b7ce18b560a61a4b57db51b0650ad7 (patch)
tree641ba68ce67c61abc250dc3625fbe1cbed2f2d64 /.bash_profile
parentc9aac35cff3d286aaa0e310e3189ed26225f8cfb (diff)
Add rust config section
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
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"