From: Sergey Matveev Date: Mon, 14 Feb 2022 11:23:13 +0000 (+0300) Subject: git remote alias X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=26376a6e74e1f76cabb85cc0acae2ff7a18451ea git remote alias --- 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