mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
parent
9a61336d33
commit
c62442f999
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ alias gdw='git diff --word-diff'
|
|||
alias gf='git fetch'
|
||||
alias gfa='git fetch --all --prune'
|
||||
function gfg() { git ls-files | grep $@ }
|
||||
compdef gfg=grep
|
||||
compdef _grep gfg
|
||||
alias gfo='git fetch origin'
|
||||
|
||||
alias gg='git gui citool'
|
||||
|
|
Loading…
Reference in a new issue