add git alias and update tmux conf
Prithu Goswami pg@prithu.dev
Sun, 21 Jul 2024 23:46:29 +0530
2 files changed,
2 insertions(+),
1 deletions(-)
M
home/.gitconfig
→
home/.gitconfig
@@ -16,6 +16,7 @@ sra = !"git log --format=%H -n 10 --all | xargs git show"
sr = !"git log --format=%H -n 10 | xargs git show" pushall = !"git remote | xargs -L1 git push" a = !"git status --short | grep \"^ M\\|^ D\\|^\\?\\?\" | fzf -m | awk '{ print $2 }' | xargs git add" + root = "rev-parse --show-toplevel" st = status --short ci = commit ca = commit --amend
M
tmux/tmux.conf
→
tmux/tmux.conf
@@ -65,7 +65,7 @@ # set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %I:%M #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H "
# Window status set -g window-status-format " #I:#W#F " -set -g window-status-current-format "#{?window_zoomed_flag,#[bg=#56a1db],} #I:#W#F " +set -g window-status-current-format "#{?window_zoomed_flag,#[bg=#78a9ff],} #I:#W#F " # Current window status set -g window-status-current-style bg=colour253,fg=colour233