mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge pull request #1 from letientai299/git-size
Add gsize alias to check size of code under repo
This commit is contained in:
commit
f3aefd38b9
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