summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-19 07:16:48 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-21 08:50:16 +0900
commit1e27439a4547d005c11eb7e671ea740305c38e80 (patch)
tree3b36656dcb2f7f392c7196cda1dd19477bdd0c82 /.emacs.d/eshell
parent31f8af92b9a93db0b455bea2615e195d590e938f (diff)
downloaddotfiles-1e27439a4547d005c11eb7e671ea740305c38e80.tar.gz
mr sync for ~/doc
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index a5a23fbb..6620ecb0 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -4,7 +4,7 @@ alias g git $*
alias d dired $1
alias ga git annex $*
alias blank sleep 1;xset dpms force off
-alias docs cd ~/doc;mr autoci;git pull;git push
+alias docs cd ~/doc && mr sync
alias annex-to-ma cd ~/lib/annex;ga copy -t metaarray --auto --fast
alias git-rebase-host-branch git rebase master;git checkout ${hostname};git rebase master
alias git-push-host-branch git push origin master +${hostname}