From 6e39dbbe383f5d3411b8c79b5bb7d036f0fde2ce Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 12 May 2024 23:24:04 +0100 Subject: [PATCH] git pull before pushall executes --- dotfiles/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 7937f423..b98416f4 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -37,6 +37,7 @@ pushall() { if [[ -z "$1" ]]; then echo "Usage: pushall \"commit message\"" else + git pull git diff read -p "Press ENTER to continue..." git add -A @@ -100,6 +101,7 @@ alias ta='tmux attach' alias t='tmux' alias v='nvim' alias mp='ncmpcpp' #Music Player +alias vim='nvim' set completion-ignore-case On