diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-06-14 15:31:03 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-06-14 15:31:03 +0900 |
commit | aa32465ab36a56655d214313b828422563e109af (patch) | |
tree | 7491c8dd9b2a1ad1207e1c1f4db0bec7d0767057 /lib/irb.rb | |
parent | 50bb8b6052a1fdec72ac46f9736719438fd5002c (diff) |
irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]
Diffstat (limited to 'lib/irb.rb')
-rw-r--r-- | lib/irb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index 1bab317a05..eee6c3a6f1 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -170,6 +170,7 @@ require "irb/version" # # IRB.conf[:PROMPT_MODE][:DEFAULT] = { # :PROMPT_I => "%N(%m):%03n:%i> ", +# :PROMPT_N => "%N(%m):%03n:%i> ", # :PROMPT_S => "%N(%m):%03n:%i%l ", # :PROMPT_C => "%N(%m):%03n:%i* ", # :RETURN => "%s\n" # used to printf |