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