mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: startup without shell for macOS Sierra and later
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e7f863fda8
commit
1a836261bd
1 changed files with 2 additions and 0 deletions
2
.gdbinit
2
.gdbinit
|
@ -1,3 +1,5 @@
|
|||
set startup-with-shell off
|
||||
|
||||
define hook-run
|
||||
set $color_type = 0
|
||||
set $color_highlite = 0
|
||||
|
|
Loading…
Reference in a new issue