diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-17 16:34:05 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-17 16:34:05 +1200 |
commit | 48197bec5f90fee88dddf07a77d2b7a9ed6cd9c8 (patch) | |
tree | 1d691716ce0d1cae5a65b5b82853fa985bc4c6ff /psql | |
parent | Remove unused links from documentation (diff) | |
download | dotfiles-48197bec5f90fee88dddf07a77d2b7a9ed6cd9c8.tar.gz dotfiles-48197bec5f90fee88dddf07a77d2b7a9ed6cd9c8.zip |
Remove port from psql prompt
Kinda overkill
Diffstat (limited to 'psql')
-rw-r--r-- | psql/psqlrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psql/psqlrc b/psql/psqlrc index d58e73e9..1437cec9 100644 --- a/psql/psqlrc +++ b/psql/psqlrc @@ -1,6 +1,6 @@ \encoding unicode \pset null 'NULL' \set HISTSIZE 1000000 -\set PROMPT1 '(%n@%M:%>:%/) psql> ' +\set PROMPT1 '(%n@%M:%/) psql> ' \timing |