From 646b6573b24b476e48a1e1b4abbcb5739b91113e Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 19 May 2016 14:39:56 -0700 Subject: [PATCH] auto --- .zprezto/runcoms/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index 6516988..69857d1 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -82,9 +82,10 @@ alias clbin="curl -F 'clbin=<-' https://clbin.com" alias afs="unmount-abra0; mount-abra0;" alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME' +alias .gc='.g commit -am "auto" && .g push' alias .sg='git --git-dir=/var/www/git.abra.me/dot.git --work-tree=$HOME' -export R='$HOME/work' +export R="$HOME/work/google3" function .g-register() { .g remote add origin ssh://dedi/var/www/git.abra.me/dot.git