]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
psql: color database name
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 08:09:09 +0000 (10:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 08:09:09 +0000 (10:09 +0200)
psql/psqlrc.in

index ad37eaced6d8c98880030f2591f2820318cb9865..130215ca9b27090af6d3fbf55d38b43a0c5ce0fd 100644 (file)
@@ -44,8 +44,8 @@
 \set HISTFILE HISTFILE_PATH
 \set HISTSIZE 100000
 
--- Add transaction status (%x) to prompt.
-\set PROMPT1 '%x%/%R%# '
+-- Add transaction status (%x) to prompt; show database name in bold green.
+\set PROMPT1 '%x%[%033[01;32m%]%/%[%033[00m%]%R%# '
 -- Remove database from second prompt to make it easily distinguishable from
 -- PROMPT1.
 \set PROMPT2 '%x%R%# '