Compare commits
No commits in common. "c6f5a7f87de48e5797e86113a7e91ce978b90ab4" and "8b9f8233f9c9080c31537ae11551c15f56e2449a" have entirely different histories.
c6f5a7f87d
...
8b9f8233f9
8
.bashrc
8
.bashrc
@ -108,13 +108,7 @@ 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"'
|
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 = true
|
vertical_cursor = false
|
||||||
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,16 +25,10 @@ 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 = true
|
highlight_odd_rec = false
|
||||||
hide_header_line = false
|
hide_header_line = false
|
||||||
on_exit_reset = false
|
theme = 0
|
||||||
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,8 +2,3 @@
|
|||||||
\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