From: Sergey Matveev Date: Wed, 26 Jan 2022 17:15:26 +0000 (+0300) Subject: git jump grep alias X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=b700a5ef0d23297115657e50414657ec82eb7e91 git jump grep alias --- diff --git a/zsh/.zsh/rc/010grep.zsh b/zsh/.zsh/rc/010grep.zsh index 7a327ea..0302c84 100644 --- a/zsh/.zsh/rc/010grep.zsh +++ b/zsh/.zsh/rc/010grep.zsh @@ -1,2 +1,3 @@ alias -g G="| grep --colour=always" alias gg="git grep " +alias ggj="git jump grep "