From 2d2f4f622c226ec2a70453fd69e48799835c72ba Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 7 Sep 2019 10:57:44 +0200 Subject: [PATCH] Added postgresql dotfiles. --- .pspgconf | 17 +++++++++++++++++ .psqlrc | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 .pspgconf create mode 100644 .psqlrc diff --git a/.pspgconf b/.pspgconf new file mode 100644 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 index 0000000..928b8b6 --- /dev/null +++ b/.psqlrc @@ -0,0 +1,2 @@ +\setenv PSQL_PAGER pspg +\setenv EDITOR emacsclient \ No newline at end of file -- 2.49.0