mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
added alias for listing all user repo
This commit is contained in:
parent
66bae5a5de
commit
b2b56fc7e2
1 changed files with 1 additions and 0 deletions
|
|
@ -239,3 +239,4 @@ alias glum='git pull upstream master'
|
|||
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"'
|
||||
alias gar="find ~ -name \".git\" 2> /dev/null | sed 's/\/.git/\//g' | awk '{print \"-------------------------\n\033[1;32mGit Repo:\033[0m \" $1;system(\"git --git-dir=\"$1\".git --work-tree=\"$1\" status\")}'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue