mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
parent
ffc17b6b4d
commit
a0fb6023d4
1 changed files with 7 additions and 1 deletions
|
|
@ -159,4 +159,10 @@ alias gunignore='git update-index --no-assume-unchanged'
|
|||
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