From aa7d9e0f359c7e1a29ef78209f7bab038f1009d4 Mon Sep 17 00:00:00 2001 From: vas-dav Date: Sun, 10 Mar 2024 12:39:06 +0200 Subject: [PATCH] linux: update zshrc with a new alias 'grp' --- linux/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/.zshrc b/linux/.zshrc index b9c0bc1..930fd0d 100755 --- a/linux/.zshrc +++ b/linux/.zshrc @@ -32,6 +32,7 @@ alias gp="git push" alias gb="git branch" alias gch="git checkout" alias gchb="gch -b" +alias grp="git pull --rebase && git push" # Chnage keyboard layout setxkbmap -layout us,ru,fi