From 2631d43e2140dcd607cea6a23285281d5233e954 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 20 Dec 2020 21:47:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.zsh b/aliases.zsh index 4917988..e0eedf6 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -30,6 +30,7 @@ fi alias feh="feh --cache-size 256 --version-sort --sort filename --image-bg black" # git +alias gpa="git remote | xargs -L1 git push --all" alias gu="git pull" alias gur="git pull --recurse-submodules" alias gsui="git submodule update --recursive --init"