diff --git a/.conduit.yaml b/.conduit.yaml index f8098c9..82027c7 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -6,4 +6,5 @@ - symlink: - {src: inputrc, dst: ~/.inputrc} - {src: editrc, dst: ~/.editrc} + - {src: gdbinit, dst: ~/.gdbinit} - {src: cgdbrc, dst: ~/.cgdb/cgdbrc} diff --git a/gdbinit b/gdbinit new file mode 100644 index 0000000..2e69ae0 --- /dev/null +++ b/gdbinit @@ -0,0 +1,2 @@ +set history save on +set print pretty on