mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
clean up rvm stuff
This commit is contained in:
parent
4a04eb3250
commit
f3fe465f38
@ -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`
|
||||
)
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user