From 1be479ca644b77cdd8a71e8e8f40d211ddc90347 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 20 Dec 2022 13:01:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 65-scripts.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/65-scripts.zsh b/65-scripts.zsh index dd45795..666dee1 100644 --- a/65-scripts.zsh +++ b/65-scripts.zsh @@ -7,6 +7,10 @@ zu() { exec zsh } +gpsr() { + git push -u "$1" "$(git branch --show-current)" +} + ch() { curl -s "https://cheat.sh/$1" | less -R }