diff --git a/dotfiles/profile b/dotfiles/profile index 7c8acb5..f7cc306 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -28,3 +28,8 @@ fi export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/openssh_agent" setxkbmap -option compose:rctrl + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 9fd2675..8bf0509 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -165,3 +165,8 @@ ssh() { # sleep 60 && exit tmux rename-window "zsh" } + + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +source /home/dbroqua/.rvm/scripts/rvm +export PATH="$PATH:$HOME/.rvm/bin"