diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 00c32ad..cc906e5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -17,3 +17,4 @@ export LSCOLORS=Exfxcxdxbxegedabagacad # Volta export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" +. "$HOME/.cargo/env" |
