]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010grep.zsh
Move argumentless aliases to lazy functions
[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 "