]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gdb/gdbinit: Add colored prompt.
authorSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:31:43 +0000 (21:31 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:31:43 +0000 (21:31 +0200)
gdb/gdbinit

index b179e637e49ee439948076d232312cfc353a0cdb..5ce2868a4618b73b7d2735fa023d4a67102ccb45 100644 (file)
@@ -22,6 +22,11 @@ set history save on
 set history size 10000
 
 
+# Set prompt. Bold green "gdb" in parentheses. Trailing whitespace is
+# necessary.
+set extended-prompt (\[\e[01;32m\]gdb\e[00m\]) 
+
+
 # Always disassemble next command/instruction. Very useful when debugging code
 # without debug information.
 set disassemble-next-line on