]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Obsolete Gr and Grr
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Jun 2021 10:19:34 +0000 (13:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Jun 2021 10:19:34 +0000 (13:19 +0300)
Gr is replaced with bin/tmux-fzf.zsh's git-commits
Grr can be trivially replaced with: vi +Glog +close

zsh/.zshrc

index 79e2a928302f778db97e9e095efe83b75debc5e7..829cd01ff54f5ec909a70c470db3fbb75394d0d3 100644 (file)
@@ -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 "\eOR" " git status --short\n" # F3
 # }}}