You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRB.conf[:USE_READLINE] = true # fixes behaviour of delete and backspace keys - see https://gist.github.com/3623012 on how to install readline with rbenv
IRB.conf[:AUTO_INDENT] = false # automatically indent code on multiple lines
IRB.conf[:PROMPT_MODE] = :SIMPLE # actually it doesn't make any difference if the dynamic prompt is enabled