summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-09-18 15:31:55 +0200
committerTimo Wilken2023-09-18 15:31:55 +0200
commitf0a13928bcc907a92e01f194ceef806318d42f3c (patch)
treebd807ca66d9059b73d96b2f83a4ff6ed1ec23423 /tw/home/files
parent483dda37df4c697944b81c07c88e577a0c4bc1e4 (diff)
Alias ggr to git grep
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/zshrc1
1 files changed, 1 insertions, 0 deletions
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'