diff options
Diffstat (limited to '.bash_profile')
| -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" |
