diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-17 07:56:57 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-17 07:56:57 +0000 |
commit | e2bd72d524e363219e110c7f55e29f9e3114cc98 (patch) | |
tree | 29056a357b70e7dc5d3b5b4bbe5143935df388ad /.gdbinit | |
parent | 91696db42d631c8feae71cc763dcb5abd2a8074e (diff) | |
download | bundler-e2bd72d524e363219e110c7f55e29f9e3114cc98.tar.gz |
.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
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |