From d14c3c7f0177d11c84ba4058264da6b657b97144 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 12 Nov 2015 18:29:25 -0600 Subject: [PATCH] Add a bit more clarification to the latest til. --- postgres/use-a-psqlrc-file-for-common-settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/postgres/use-a-psqlrc-file-for-common-settings.md b/postgres/use-a-psqlrc-file-for-common-settings.md index 59ee21a..f1d96cd 100644 --- a/postgres/use-a-psqlrc-file-for-common-settings.md +++ b/postgres/use-a-psqlrc-file-for-common-settings.md @@ -3,7 +3,9 @@ There are a handful of settings that I inevitably turn on or configure each time I open up a `psql` session. I can save myself a little time and sanity by configuring these things in a `.psqlrc` dotfile that is located in my -home directory. Here is what my `~/.psqlrc` file currently looks like: +home directory. This will ensure my `psql` session is configured just how I +like it each time I launch it. Here is what my `~/.psqlrc` file currently +looks like: ``` \x auto