mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add a bit more clarification to the latest til.
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
There are a handful of settings that I inevitably turn on or configure each
|
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
|
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
|
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
|
\x auto
|
||||||
|
|||||||
Reference in New Issue
Block a user