Commit c62442f9 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

Fix gfg function completion definition

Related: #5179
parent 9a61336d
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment