From 6496521f13cb11a4fb8bc9ed367e8da30e16dde4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 2 Jun 2021 13:19:34 +0300 Subject: [PATCH] Obsolete Gr and Grr Gr is replaced with bin/tmux-fzf.zsh's git-commits Grr can be trivially replaced with: vi +Glog +close --- zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 79e2a92..829cd01 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -125,8 +125,6 @@ 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 --no-pager log --oneline -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'" -alias Grr="git --no-pager log --oneline --graph -n 1024 | vi -c 'setlocal filetype=gitrebase buftype=nofile noswapfile' -" bindkey -s "OR" " git status --short\n" # F3 # }}} -- 2.44.0