mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge 71dd78e3e1 into b6ea876971
This commit is contained in:
commit
c9123699c9
1 changed files with 6 additions and 0 deletions
|
|
@ -108,3 +108,9 @@ function _git_log_prettily(){
|
|||
}
|
||||
alias glp="_git_log_prettily"
|
||||
compdef _git glp=git-log
|
||||
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