diff --git a/.zshrc b/.zshrc index 990e1a2..d25ed1f 100644 --- a/.zshrc +++ b/.zshrc @@ -50,6 +50,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 gdcp='gitdf commit -p' +alias gda='gitdf add' alias gds='gitdf status' alias gdp='gitdf push'