Merge sorin-ionescu/prezto/pull/1157

This commit is contained in:
Federico Castagnini 2016-12-29 00:56:05 -05:00
commit 5289277d91
No known key found for this signature in database
GPG key ID: B8F54AA3DB400B54

View file

@ -85,7 +85,7 @@ alias gfr='git pull --rebase'
alias gg='git grep'
alias ggi='git grep --ignore-case'
alias ggl='git grep --files-with-matches'
alias ggL='git grep --files-without-matches'
alias ggL='git grep --files-without-match'
alias ggv='git grep --invert-match'
alias ggw='git grep --word-regexp'