Fix gfg function completion definition

Related: #5179
This commit is contained in:
Marc Cornellà 2016-06-21 01:06:21 +02:00 committed by GitHub
parent 9a61336d33
commit c62442f999
1 changed files with 1 additions and 1 deletions

View File

@ -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'