diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 3c5c877..b7483d7 100755 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -40,6 +40,3 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then fi if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi - -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin" diff --git a/dotfiles/profile b/dotfiles/profile index e6b103f..e492c29 100755 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -2,6 +2,3 @@ test -f "$HOME/.env" && . "$HOME/.env" test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local" - -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin" diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 1e2d50b..f575497 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -73,6 +73,3 @@ function start_esp { export PATH="${PATH}:${HOME}/tools/esp/xtensa-esp32-elf/bin" export IDF_PATH="${HOME}/tools/esp/esp-idf" } - -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin"