A return to the days of old
This commit is contained in:
parent
ad9510aeb2
commit
12e2ecc85b
|
@ -35,6 +35,8 @@
|
||||||
pl = pull
|
pl = pull
|
||||||
pf = push --force-with-lease
|
pf = push --force-with-lease
|
||||||
a = add -A
|
a = add -A
|
||||||
|
cnv = commit --no-verify
|
||||||
|
c = commit
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = nvimdiff
|
tool = nvimdiff
|
||||||
|
|
|
@ -88,6 +88,7 @@ alias gpa="git push --all && git push --tags"
|
||||||
alias gpt="git push && git push --tags"
|
alias gpt="git push && git push --tags"
|
||||||
alias gpf="git push --force-with-lease"
|
alias gpf="git push --force-with-lease"
|
||||||
alias gac="git add -A && git commit"
|
alias gac="git add -A && git commit"
|
||||||
|
alias gacnv="git add -A && git commit --no-verify"
|
||||||
alias gsur="git submodule update --remote"
|
alias gsur="git submodule update --remote"
|
||||||
alias glf="git ls-files"
|
alias glf="git ls-files"
|
||||||
alias gl="git log --pretty=format:\"%h %ad%x09%an%x09%s\" --date=short"
|
alias gl="git log --pretty=format:\"%h %ad%x09%an%x09%s\" --date=short"
|
||||||
|
|
|
@ -63,8 +63,8 @@ set -g status-left "#[fg=colour7]#(~/.config/dotfiles/bin/tmux-session-list #S)"
|
||||||
bind-key O run-shell "~/.config/dotfiles/bin/tmux-save-buffer #S" \; display-message "Saved buffer to ~/<date>.tmux-buffer.log"
|
bind-key O run-shell "~/.config/dotfiles/bin/tmux-save-buffer #S" \; display-message "Saved buffer to ~/<date>.tmux-buffer.log"
|
||||||
|
|
||||||
# pane split line colors
|
# pane split line colors
|
||||||
set -g pane-active-border-style bg=black,fg=black
|
set -g pane-active-border-style bg=black,fg=blue
|
||||||
set -g pane-border-style fg=black
|
set -g pane-border-style bg=black,fg=colour18
|
||||||
|
|
||||||
# cLocK mOdE Is sUpEr 3LeEt
|
# cLocK mOdE Is sUpEr 3LeEt
|
||||||
set -g clock-mode-colour colour8
|
set -g clock-mode-colour colour8
|
||||||
|
|
Reference in a new issue