Fix gfg function completion definition

Related: #5179
master
Marc Cornellà 10 years ago committed by GitHub
parent 9a61336d33
commit c62442f999
  1. 2
      plugins/git/git.plugin.zsh

@ -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…
Cancel
Save