]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Grpck is unnecessary an alias
[dotfiles.git] / zsh / .zshrc
index 4502dbe075f4f293eaaf2da0f7f7ddfde64f2832..1ac279d53cf5df6a3bbeac7808e49db82c396301 100644 (file)
@@ -97,7 +97,6 @@ git_common="--oneline --abbrev-commit"
 alias Gl="git log $git_common --graph --decorate=short"
 alias Gr="git --no-pager log $git_common -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'"
 alias Grr="git --no-pager log $git_common --graph -n 1024 | vi -c 'e ++enc=utf8' -"
-alias Grpck="git gc --prune=now ; git repack -a -d --depth=4095 --window=10240"
 
 bindkey -s "\eOQ" " git status\n" # F2
 bindkey -s "\eOR" " git status --short\n" # F3