mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge a0fb6023d4 into 77140a2ea7
This commit is contained in:
commit
3b70e83ced
1 changed files with 7 additions and 1 deletions
|
|
@ -176,4 +176,10 @@ alias gunignore='git update-index --no-assume-unchanged'
|
||||||
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||||
|
|
||||||
|
|
||||||
|
# Submodules
|
||||||
|
alias gf='git fetch'
|
||||||
|
compdef _git gf=git-fetch
|
||||||
|
alias gsi='git submodule init'
|
||||||
|
compdef gsi=git-submodule
|
||||||
|
alias gsu='git submodule update'
|
||||||
|
compdef gsu=git-submodule
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue