From ed0cb9e483f597a19d81219a85a627535383ee66 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Wed, 25 Sep 2019 19:50:50 -0400 Subject: [PATCH] Git pull alias --- .dotfiles/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.dotfiles/.zshrc b/.dotfiles/.zshrc index e1e88fd..91f7b83 100644 --- a/.dotfiles/.zshrc +++ b/.dotfiles/.zshrc @@ -22,6 +22,7 @@ alias c='git commit -m' alias a='git add' alias s='git status' alias g='git' +alias p='git pull' alias gp='git push' export TERM=xterm