mirror of
https://github.com/kremalicious/dotfiles.git
synced 2025-02-17 07:27:25 +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
|
# Directories to be prepended to PATH
|
||||||
declare -a dirs_to_prepend=(
|
declare -a dirs_to_prepend=(
|
||||||
"$HOME/.bin"
|
"$HOME/.bin"
|
||||||
|
"$HOME/.rvm/bin"
|
||||||
"/usr/local/sbin"
|
"/usr/local/sbin"
|
||||||
"/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin`
|
"/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin`
|
||||||
)
|
)
|
||||||
|
@ -61,9 +61,6 @@ complete -C aws_completer aws
|
|||||||
# rvm
|
# rvm
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
# Add RVM to PATH for scripting
|
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
|
||||||
|
|
||||||
# Load RVM into a shell session *as a function*
|
# Load RVM into a shell session *as a function*
|
||||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user