mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Added alias for git to remote prune and GC aggressive mode
This commit is contained in:
parent
1273db8adf
commit
becaa24081
1 changed files with 1 additions and 0 deletions
|
|
@ -130,3 +130,4 @@ POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
||||||
unset -f git_compare_version
|
unset -f git_compare_version
|
||||||
|
|
||||||
|
|
||||||
|
alias gitgcprune="git remote prune origin ; git gc --prune --aggressive"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue