1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

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

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'