]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010grep.zsh
d14c1ff6fc1e179b016efcdbf20b6a06d041cc48
[dotfiles.git] / zsh / .zsh / rc / 010grep.zsh
1 alias -g G="| grep --colour=always"
2 alias gg="git grep "
3 alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep "