diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 18:02:53 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 18:02:53 +1200 |
commit | fe0f0d9adf972d703a9c290c5734042d6d80b37a (patch) | |
tree | 43429af9e41ed445ce0397b3172474752a2acdeb /psql | |
parent | Remove vestigial reference to speeddating (diff) | |
download | dotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.tar.gz dotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.zip |
Added basic dotfiles for mysql/psql
Diffstat (limited to 'psql')
-rw-r--r-- | psql/psqlrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/psql/psqlrc b/psql/psqlrc new file mode 100644 index 00000000..e3f4434b --- /dev/null +++ b/psql/psqlrc @@ -0,0 +1,6 @@ +\encoding unicode +\pset null 'NULL' +\set HISTSIZE 1000000 +\set PROMPT1 '(%n@%M:%>)\n[%/] psql> ' +\timing + |