Skip to content

Instantly share code, notes, and snippets.

@RamonPage
Last active September 23, 2015 22:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamonPage/627340 to your computer and use it in GitHub Desktop.
Save RamonPage/627340 to your computer and use it in GitHub Desktop.
rvm_prompt_only_if_necessary
alias rvm_prompt="PS1='\$(~/.rvm/bin/rvm-prompt) $PS1'"
alias meu_projeto="rvm gemset use meu_projeto && cd ~/meu_projeto && rvm_prompt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment