mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add gsize alias to check size of code under repo
This commit is contained in:
parent
9d43dc88bb
commit
caf02f9c0a
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ alias gf='git fetch'
|
|||
alias gfa='git fetch --all --prune'
|
||||
alias gfo='git fetch origin'
|
||||
|
||||
alias gsize='git count-objects -vH'
|
||||
|
||||
function gfg() { git ls-files | grep $@ }
|
||||
compdef _grep gfg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue