Merge branch 'master' of ssh://git.lyte.dev:2222/lytedev/dotfiles
This commit is contained in:
commit
14d0b0f9ab
|
@ -35,6 +35,8 @@
|
|||
pl = pull
|
||||
pf = push --force-with-lease
|
||||
a = add -A
|
||||
cnv = commit --no-verify
|
||||
c = commit
|
||||
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
|
|
|
@ -88,6 +88,7 @@ alias gpa="git push --all && git push --tags"
|
|||
alias gpt="git push && git push --tags"
|
||||
alias gpf="git push --force-with-lease"
|
||||
alias gac="git add -A && git commit"
|
||||
alias gacnv="git add -A && git commit --no-verify"
|
||||
alias gsur="git submodule update --remote"
|
||||
alias glf="git ls-files"
|
||||
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"
|
||||
|
||||
# pane split line colors
|
||||
set -g pane-active-border-style bg=black,fg=black
|
||||
set -g pane-border-style fg=black
|
||||
set -g pane-active-border-style bg=black,fg=blue
|
||||
set -g pane-border-style bg=black,fg=colour18
|
||||
|
||||
# cLocK mOdE Is sUpEr 3LeEt
|
||||
set -g clock-mode-colour colour8
|
||||
|
|
Reference in a new issue