From 28eef442ea069fee00a29cb4740596d88d5b020d Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 19 May 2016 14:37:16 -0700 Subject: [PATCH] R --- .zprezto/runcoms/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index aa857ef..6516988 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -84,6 +84,8 @@ alias afs="unmount-abra0; mount-abra0;" alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME' alias .sg='git --git-dir=/var/www/git.abra.me/dot.git --work-tree=$HOME' +export R='$HOME/work' + function .g-register() { .g remote add origin ssh://dedi/var/www/git.abra.me/dot.git }