Skip to content

Instantly share code, notes, and snippets.

@JoseRibeiro
Created May 18, 2012 12:39
Show Gist options
  • Select an option

  • Save JoseRibeiro/2725065 to your computer and use it in GitHub Desktop.

Select an option

Save JoseRibeiro/2725065 to your computer and use it in GitHub Desktop.

Revisions

  1. JoseRibeiro created this gist May 18, 2012.
    6 changes: 6 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Enable rvm scripting for non-login shells
    if [ -f ~/.rvm/scripts/rvm ]; then
    . ~/.rvm/scripts/rvm
    fi
    PATH=$HOME/.rvm/bin:$HOME/bin:$PATH # Add RVM to PATH for scripting
    export PATH