1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

clean up rvm stuff

This commit is contained in:
Matthias Kretschmann 2016-04-20 09:35:47 +02:00
parent 4a04eb3250
commit f3fe465f38
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,7 @@
# Directories to be prepended to PATH
declare -a dirs_to_prepend=(
"$HOME/.bin"
"$HOME/.rvm/bin"
"/usr/local/sbin"
"/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin`
)

View File

@ -61,9 +61,6 @@ complete -C aws_completer aws
# rvm
# ----------------------------------------------------------------------
# Add RVM to PATH for scripting
export PATH="$PATH:$HOME/.rvm/bin"
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"