From: Sergey Matveev Date: Wed, 2 Jun 2021 10:19:34 +0000 (+0300) Subject: Obsolete Gr and Grr X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=6496521f13cb11a4fb8bc9ed367e8da30e16dde4 Obsolete Gr and Grr Gr is replaced with bin/tmux-fzf.zsh's git-commits Grr can be trivially replaced with: vi +Glog +close --- 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 # }}}