updated config; pgcli output formatting, kitty theme
This commit is contained in:
parent
b93f0ca7ed
commit
2b1234388b
@ -1 +1 @@
|
|||||||
/home/w0ryn/.wryn/config/colorschemes/kitty/WrynValentines.conf
|
/home/w0ryn/.wryn/config/colorschemes/kitty/WrynWinter.conf
|
@ -20,7 +20,7 @@ multi_line = True
|
|||||||
# If multi_line_mode is set to "safe", in multi-line mode, [Enter] will always
|
# If multi_line_mode is set to "safe", in multi-line mode, [Enter] will always
|
||||||
# insert a newline, and [Esc] [Enter] or [Alt]-[Enter] must be used to execute
|
# insert a newline, and [Esc] [Enter] or [Alt]-[Enter] must be used to execute
|
||||||
# a command.
|
# a command.
|
||||||
multi_line_mode = safe
|
multi_line_mode = psql
|
||||||
|
|
||||||
# Destructive warning mode will alert you before executing a sql statement
|
# Destructive warning mode will alert you before executing a sql statement
|
||||||
# that may cause harm to the database such as "drop table", "drop database"
|
# that may cause harm to the database such as "drop table", "drop database"
|
||||||
@ -90,7 +90,7 @@ timing = True
|
|||||||
# ascii, double, github, orgtbl, rst, mediawiki, html, latex, latex_booktabs,
|
# ascii, double, github, orgtbl, rst, mediawiki, html, latex, latex_booktabs,
|
||||||
# textile, moinmoin, jira, vertical, tsv, csv.
|
# textile, moinmoin, jira, vertical, tsv, csv.
|
||||||
# Recommended: psql, fancy_grid and grid.
|
# Recommended: psql, fancy_grid and grid.
|
||||||
table_format = psql
|
table_format = vertical
|
||||||
|
|
||||||
# Syntax Style. Possible values: manni, igor, xcode, vim, autumn, vs, rrt,
|
# Syntax Style. Possible values: manni, igor, xcode, vim, autumn, vs, rrt,
|
||||||
# native, perldoc, borland, tango, emacs, friendly, monokai, paraiso-dark,
|
# native, perldoc, borland, tango, emacs, friendly, monokai, paraiso-dark,
|
||||||
|
Loading…
Reference in New Issue
Block a user