From 10428076e10c0b8ddb70ea94bbe567d2b1ca756a Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 31 Jul 2022 00:54:51 -0700 Subject: [PATCH] ok --- dotfiles/bash/bash_profile | 1 + dotfiles/bash/bashrc | 1 + 2 files changed, 2 insertions(+) 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"