X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=829cd01ff54f5ec909a70c470db3fbb75394d0d3;hb=6496521f13cb11a4fb8bc9ed367e8da30e16dde4;hp=79e2a928302f778db97e9e095efe83b75debc5e7;hpb=1c0f50e134c6368d9365e50f8809686fa34c1d5b;p=dotfiles.git 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 # }}}