]> saetta.ns0.it Git - dotfiles/commitdiff
Added postgresql dotfiles. master
authorAndrea Zagli <azagli@libero.it>
Sat, 7 Sep 2019 08:57:44 +0000 (10:57 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 7 Sep 2019 08:57:44 +0000 (10:57 +0200)
.pspgconf [new file with mode: 0644]
.psqlrc [new file with mode: 0644]

diff --git a/.pspgconf b/.pspgconf
new file mode 100644 (file)
index 0000000..5ae8421
--- /dev/null
+++ b/.pspgconf
@@ -0,0 +1,17 @@
+ascii_menu = true
+bold_labels = false
+bold_cursor = false
+ignore_case = false
+ignore_lower_case = false
+no_cursor = false
+no_sound = false
+no_mouse = false
+less_status_bar = false
+no_highlight_search = false
+no_highlight_lines = false
+force_uniborder = true
+show_rownum = false
+theme = 16
+without_commandbar = false
+without_topbar = false
+vertical_cursor = false
diff --git a/.psqlrc b/.psqlrc
new file mode 100644 (file)
index 0000000..928b8b6
--- /dev/null
+++ b/.psqlrc
@@ -0,0 +1,2 @@
+\setenv PSQL_PAGER pspg
+\setenv EDITOR emacsclient
\ No newline at end of file