Move pgcli config to tangle org file
This commit is contained in:
parent
b94768e1eb
commit
19b214db96
2 changed files with 71 additions and 195 deletions
71
dotfiles.org
71
dotfiles.org
|
|
@ -330,6 +330,77 @@ EndSection
|
|||
per_monitor_dpi = false
|
||||
#+end_src
|
||||
|
||||
* Databases
|
||||
#+begin_src ini :tangle ~/.config/pgcli/config
|
||||
[main]
|
||||
smart_completion = True
|
||||
wider_completion_menu = False
|
||||
multi_line = False
|
||||
multi_line_mode = psql
|
||||
destructive_warning = True
|
||||
expand = False
|
||||
auto_expand = False
|
||||
generate_aliases = False
|
||||
log_file = default
|
||||
keyword_casing = auto
|
||||
casing_file = default
|
||||
generate_casing_file = False
|
||||
case_column_headers = True
|
||||
history_file = default
|
||||
# "CRITICAL", "ERROR", "WARNING", "INFO" "DEBUG", "NONE"
|
||||
log_level = INFO
|
||||
# table_order and alphabetic
|
||||
asterisk_column_order = table_order
|
||||
qualify_columns = if_more_than_one_table
|
||||
search_path_filter = False
|
||||
timing = True
|
||||
show_bottom_toolbar = True
|
||||
# Recommended: psql, fancy_grid or grid.
|
||||
table_format = psql
|
||||
syntax_style = default
|
||||
vi = True
|
||||
on_error = STOP
|
||||
row_limit = 1000
|
||||
less_chatty = False
|
||||
prompt = '\u@\h:\d> '
|
||||
min_num_menu_lines = 4
|
||||
multiline_continuation_char = ''
|
||||
null_string = '<null>'
|
||||
enable_pager = True
|
||||
keyring = True
|
||||
|
||||
[colors]
|
||||
completion-menu.completion.current = 'bg:#ffffff #000000'
|
||||
completion-menu.completion = 'bg:#008888 #ffffff'
|
||||
completion-menu.meta.completion.current = 'bg:#44aaaa #000000'
|
||||
completion-menu.meta.completion = 'bg:#448888 #ffffff'
|
||||
completion-menu.multi-column-meta = 'bg:#aaffff #000000'
|
||||
scrollbar.arrow = 'bg:#003333'
|
||||
scrollbar = 'bg:#00aaaa'
|
||||
selected = '#ffffff bg:#6666aa'
|
||||
search = '#ffffff bg:#4444aa'
|
||||
search.current = '#ffffff bg:#44aa44'
|
||||
bottom-toolbar = 'bg:#222222 #aaaaaa'
|
||||
bottom-toolbar.off = 'bg:#222222 #888888'
|
||||
bottom-toolbar.on = 'bg:#222222 #ffffff'
|
||||
search-toolbar = 'noinherit bold'
|
||||
search-toolbar.text = 'nobold'
|
||||
system-toolbar = 'noinherit bold'
|
||||
arg-toolbar = 'noinherit bold'
|
||||
arg-toolbar.text = 'nobold'
|
||||
bottom-toolbar.transaction.valid = 'bg:#222222 #00ff5f bold'
|
||||
bottom-toolbar.transaction.failed = 'bg:#222222 #ff005f bold'
|
||||
literal.string = '#ba2121'
|
||||
literal.number = '#666666'
|
||||
keyword = 'bold #008000'
|
||||
|
||||
# style classes for colored table output
|
||||
output.header = "#00ff5f bold"
|
||||
output.odd-row = ""
|
||||
output.even-row = ""
|
||||
output.null = "#808080"
|
||||
#+end_src
|
||||
|
||||
* Special Exceptions
|
||||
** Tdrop
|
||||
- Must be installed from the repo, doesn't work from nix repos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue