]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Obsolete Gr and Grr
[dotfiles.git] / 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
 # }}}