From 12e2ecc85b69a0b8fc97705a09050739ae37c4a9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 28 Nov 2019 08:22:41 -0600 Subject: [PATCH] A return to the days of old --- apps/git/config | 2 ++ shell/bash/aliases | 1 + shell/tmux/tmux.conf | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/git/config b/apps/git/config index e07c8ac..42f3bf5 100644 --- a/apps/git/config +++ b/apps/git/config @@ -35,6 +35,8 @@ pl = pull pf = push --force-with-lease a = add -A + cnv = commit --no-verify + c = commit [merge] tool = nvimdiff diff --git a/shell/bash/aliases b/shell/bash/aliases index 6121514..e19c153 100644 --- a/shell/bash/aliases +++ b/shell/bash/aliases @@ -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" diff --git a/shell/tmux/tmux.conf b/shell/tmux/tmux.conf index 1f37919..36a39ca 100644 --- a/shell/tmux/tmux.conf +++ b/shell/tmux/tmux.conf @@ -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 ~/.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