Skip to content

Commit

Permalink
[bash] Don't use rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Feb 21, 2016
1 parent e77337f commit e0c7dde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .bash_profile
Expand Up @@ -4,7 +4,3 @@
export PATH="/usr/local/share/npm/bin:$PATH"

. $HOME/.bashrc

# # Load RVM into a shell session *as a function*

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
6 changes: 0 additions & 6 deletions .bashrc_osx
Expand Up @@ -60,12 +60,6 @@ export PATH="$GOPATH/bin:$PATH:/usr/local/opt/go/libexec/bin"
# Issue with Go imports casing on case-insensitive FSes
alias downcase-cd='cd $(pwd | tr "[:upper:]" "[:lower:]")'

# Ruby
if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
. "$HOME/.rvm/scripts/rvm"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
fi

export MACOSX_DEPLOYMENT_TARGET=10.11

# LaTeX
Expand Down

0 comments on commit e0c7dde

Please sign in to comment.