Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save akitaonrails/477104 to your computer and use it in GitHub Desktop.
Save akitaonrails/477104 to your computer and use it in GitHub Desktop.

Revisions

  1. @rmehner-dev rmehner-dev created this gist Jul 15, 2010.
    7 changes: 7 additions & 0 deletions Make TextMate aware of .rvmrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/usr/bin/env zsh
    if [[ -s "${TM_PROJECT_DIRECTORY}/.rvmrc" ]]
    then
    source "${TM_PROJECT_DIRECTORY}/.rvmrc"
    fi

    `which ruby` $*