From 70532a57c4035dfda11a565858cc5477d8a0769e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 17:26:19 -0300 Subject: [PATCH] zsh: gdl --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index d6de048..68244da 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,7 @@ alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME' alias gd='gitdf' alias gdc='gitdf commit' alias gdcp='gitdf commit -p' +alias gdl='git log' alias gda='gitdf add' alias gdap='gitdf add -p' alias gds='gitdf status'