From f0a13928bcc907a92e01f194ceef806318d42f3c Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 18 Sep 2023 15:31:55 +0200 Subject: Alias ggr to git grep --- tw/home/files/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tw') diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc index 56964477..2fb5f193 100644 --- a/tw/home/files/zshrc +++ b/tw/home/files/zshrc @@ -140,6 +140,7 @@ alias gk='git checkout' alias gkb='git checkout -b' alias gg='git glog' alias gga='git glog --all' +alias ggr='git grep' alias gl='git pull' alias gp='git push' alias gr='git rebase' -- cgit v1.2.3