summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2021-10-13 15:02:05 -0700
committerNicholas Noll <nnoll523@gmail.com>2021-10-13 15:02:05 -0700
commitaf1e417d858ca50762014bd6557adf740644d3a5 (patch)
tree3dd929524868a86b9116d4ddaa53f70dfb33f24e
parent4978d2a4ebf2bc3d8a21a88169479ee11ba6efe0 (diff)
fix: black text gdb
-rw-r--r--.gdbinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index eb94aa2..e88f195 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -2227,6 +2227,9 @@ set breakpoint pending on
python Dashboard.start()
+dashboard -style prompt_not_running '\[\e[1;34m\]>>>\[\e[0m\]'
+dashboard -style style_low '1;34'
+
# dashboard source
# File variables ---------------------------------------------------------------