Compare commits
2 Commits
8b9f8233f9
...
c6f5a7f87d
Author | SHA1 | Date | |
---|---|---|---|
c6f5a7f87d | |||
a71abc3962 |
8
.bashrc
8
.bashrc
@ -108,7 +108,13 @@ alias gr='git reset HEAD'
|
||||
alias gc='git commit -v'
|
||||
alias gd='git difftool'
|
||||
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:
|
||||
# sleep 10; alert
|
||||
|
12
.pspgconf
12
.pspgconf
@ -13,7 +13,7 @@ force_uniborder = false
|
||||
show_rownum = false
|
||||
without_commandbar = false
|
||||
without_topbar = false
|
||||
vertical_cursor = false
|
||||
vertical_cursor = true
|
||||
on_sigint_exit = false
|
||||
no_sigint_search_reset = false
|
||||
double_header = false
|
||||
@ -25,10 +25,16 @@ menu_always = false
|
||||
empty_string_is_null = true
|
||||
last_row_search = true
|
||||
progressive_load_mode = true
|
||||
highlight_odd_rec = false
|
||||
highlight_odd_rec = true
|
||||
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
|
||||
default_clipboard_format = 0
|
||||
clipboard_app = 0
|
||||
hist_size = 500
|
||||
esc_delay = -1
|
||||
|
Loading…
Reference in New Issue
Block a user