Taylor Bockman 2 years ago
parent
commit
10428076e1
  1. 1
      dotfiles/bash/bash_profile
  2. 1
      dotfiles/bash/bashrc

1
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"

1
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"

Loading…
Cancel
Save