vault backup: 2023-09-18 14:17:37
This commit is contained in:
commit
ed811bbae2
6
.bashrc
6
.bashrc
@ -108,7 +108,11 @@ alias gr='git reset HEAD'
|
|||||||
alias gc='git commit -v'
|
alias gc='git commit -v'
|
||||||
alias gd='git difftool'
|
alias gd='git difftool'
|
||||||
alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"'
|
alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"'
|
||||||
alias vc='git add . && git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S")" && git push'
|
vc() {
|
||||||
|
git add .
|
||||||
|
git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S")"
|
||||||
|
git push
|
||||||
|
}
|
||||||
|
|
||||||
# Add an "alert" alias for long running commands. Use like so:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
# sleep 10; alert
|
# sleep 10; alert
|
||||||
|
12
.pspgconf
12
.pspgconf
@ -13,7 +13,7 @@ force_uniborder = false
|
|||||||
show_rownum = false
|
show_rownum = false
|
||||||
without_commandbar = false
|
without_commandbar = false
|
||||||
without_topbar = false
|
without_topbar = false
|
||||||
vertical_cursor = false
|
vertical_cursor = true
|
||||||
on_sigint_exit = false
|
on_sigint_exit = false
|
||||||
no_sigint_search_reset = false
|
no_sigint_search_reset = false
|
||||||
double_header = false
|
double_header = false
|
||||||
@ -25,10 +25,16 @@ menu_always = false
|
|||||||
empty_string_is_null = true
|
empty_string_is_null = true
|
||||||
last_row_search = true
|
last_row_search = true
|
||||||
progressive_load_mode = true
|
progressive_load_mode = true
|
||||||
highlight_odd_rec = false
|
highlight_odd_rec = true
|
||||||
hide_header_line = false
|
hide_header_line = false
|
||||||
theme = 0
|
on_exit_reset = false
|
||||||
|
on_exit_clean = false
|
||||||
|
on_exit_erase_line = false
|
||||||
|
on_exit_sgr0 = false
|
||||||
|
direct_color = false
|
||||||
|
theme = 18
|
||||||
border_type = 2
|
border_type = 2
|
||||||
default_clipboard_format = 0
|
default_clipboard_format = 0
|
||||||
clipboard_app = 0
|
clipboard_app = 0
|
||||||
hist_size = 500
|
hist_size = 500
|
||||||
|
esc_delay = -1
|
||||||
|
5
.psqlrc
5
.psqlrc
@ -2,3 +2,8 @@
|
|||||||
\set x '\\setenv PAGER ''less -S'''
|
\set x '\\setenv PAGER ''less -S'''
|
||||||
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
||||||
\timing on
|
\timing on
|
||||||
|
\set QUIET 1
|
||||||
|
\pset linestyle unicode
|
||||||
|
-- \pset border 2
|
||||||
|
\pset null ∅
|
||||||
|
\unset QUIET
|
||||||
|
Loading…
Reference in New Issue
Block a user