From c0bcb1057a222170e45aeb907295b92aca400ce6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 12:00:24 -0300 Subject: [PATCH] zsh: gdc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 94c617f..2559601 100644 --- a/.zshrc +++ b/.zshrc @@ -53,6 +53,7 @@ alias gpo='git push origin' # Para tags: git push origin 1.0.2 / gpo 1.0.2 alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME' alias gd='gitdf' +alias gdc='gitdf commit' alias gdcp='gitdf commit -p' alias gda='gitdf add' alias gds='gitdf status'