summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-28 22:12:25 +0900
committerSean Whitton <spwhitton@spwhitton.name>2014-12-28 22:12:25 +0900
commit599d0cd1f74aa97a17f9fedb953bf3929737174f (patch)
tree96ad4dd40d37e68d3f19135cfaa122754eef3588 /.emacs.d/eshell
parent619fc5c90c252cf84f6c5765a71bb2120b629145 (diff)
downloaddotfiles-599d0cd1f74aa97a17f9fedb953bf3929737174f.tar.gz
eshell alias for copying annex to ma I do about once a week
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 289772da..5e6ae2bf 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -5,6 +5,7 @@ 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 annex-to-ma cd ~/lib/annex;ga copy -t metaarray --auto --fast
alias git-rebase-workstation-on-master git checkout workstation;git rebase master;git checkout ${hostname};git rebase workstation
alias git-push-workstation-master git push origin master;git push -f origin workstation ${hostname}
alias workgit cd ~/doc;git add org/*.org;git commit -a -e -m "work commit";git push