mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: revert colored prompt
* .gdbinit: revert colored prompt because incremental search does not work well with invisible sequence in prompt. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91696db42d
commit
e2bd72d524
1 changed files with 1 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -10,7 +10,7 @@ define ruby_gdb_init
|
|||
end
|
||||
end
|
||||
|
||||
set prompt \033[36m(gdb)\033[m\040
|
||||
# set prompt \033[36m(gdb)\033[m\040
|
||||
|
||||
define rp
|
||||
ruby_gdb_init
|
||||
|
|
Loading…
Reference in a new issue