diff --git a/dotfiles/bash/bash_profile b/dotfiles/bash/bash_profile index 889b3a6..35adea1 100644 --- a/dotfiles/bash/bash_profile +++ b/dotfiles/bash/bash_profile @@ -18,3 +18,4 @@ export PATH="$PATH:$HOME/.rvm/bin" [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env test -r /home/vm/.opam/opam-init/init.sh && . /home/vm/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true +. "$HOME/.cargo/env" diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index a169de8..b9e30ee 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -191,3 +191,4 @@ fi # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$PATH:$HOME/.rvm/bin" +. "$HOME/.cargo/env"