From 26376a6e74e1f76cabb85cc0acae2ff7a18451ea Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 14 Feb 2022 14:23:13 +0300 Subject: [PATCH] git remote alias --- zsh/.zsh/rc/010git.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zsh/rc/010git.zsh b/zsh/.zsh/rc/010git.zsh index 70e5167..a3cf59d 100644 --- a/zsh/.zsh/rc/010git.zsh +++ b/zsh/.zsh/rc/010git.zsh @@ -8,5 +8,6 @@ alias Gm="git diff --name-only --diff-filter=M --relative" alias Gam="git commit --amend" alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" +alias Gr="git remote -v" bindkey -s "OR" " git status --short\n" # F3 -- 2.44.0