Last active
June 11, 2024 12:17
-
-
Save RamonPage/627340 to your computer and use it in GitHub Desktop.
rvm_prompt_only_if_necessary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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