From ff53e0df59ee0aed17c69c601c6abc51e36e6dce Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 2 Mar 2020 14:57:15 +0100 Subject: Update prompt1 --- .psqlrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.psqlrc') diff --git a/.psqlrc b/.psqlrc index 7425862..2e2322a 100644 --- a/.psqlrc +++ b/.psqlrc @@ -1,6 +1,6 @@ -- Set the prompt -\set PROMPT1 '%[%033[35m%]%M:%>%[%033[0m%]/%[%033[32m%]%n%[%033[0m%]@%[%033[34m%]%/%[%033[0m%] %x%R%# ' -\set PROMPT2 '%[%033[35m%]%M:%>%[%033[0m%]/%[%033[32m%]%n%[%033[0m%]@%[%033[34m%]%/%[%033[0m%] %x%R%# ' +\set PROMPT1 '%[%033[32m%]%n%[%033[0m%]@%[%033[35m%]%M:%>%[%033[0m%]/%[%033[34m%]%/%[%033[0m%] %x%R%# ' +\set PROMPT2 '%[%033[32m%]%n%[%033[0m%]@%[%033[35m%]%M:%>%[%033[0m%]/%[%033[34m%]%/%[%033[0m%] %x%R%# ' -- Set NULL character \pset null Ø -- cgit v1.1