Added rvm path
This commit is contained in:
parent
729a3a1cdd
commit
9071d9b821
2 changed files with 10 additions and 0 deletions
|
@ -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*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue