Last active
December 11, 2015 20:08
-
-
Save zzak/4652812 to your computer and use it in GitHub Desktop.
IRB.conf[:PROMPT][:SIMPLE] with continuation statements
This file contains 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
IRB.conf[:PROMPT][:MY_PROMPT] = IRB.conf[:PROMPT][:SIMPLE].merge( | |
:PROMPT_S=>"%l>> ", | |
:PROMPT_C=>"*>> ", | |
) | |
IRB.conf[:PROMPT_MODE] = :MY_PROMPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment