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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue