summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-05 20:58:01 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-05 20:58:01 +0900
commit9e76004f4580928663488bab689c370f55c7a1e5 (patch)
treeb209f5f49a88ce294b37189aeea410b154ab8649 /.emacs.d/eshell
parent17e6b2ab477033726ce1f8cdaf300531df776b60 (diff)
downloaddotfiles-9e76004f4580928663488bab689c370f55c7a1e5.tar.gz
eshell alias to combine rebase and pulling dotfiles
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 a4a53e5b..a3fc870b 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -8,6 +8,7 @@ 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}
+alias git-dotfiles git-rebase-host-branch && git-push-host-branch
alias workgit cd ~/doc;git add org/*.org;git commit -a -e -m "work commit";git push
alias sonatarc cd ~/src/dotfiles;git checkout .config/sonata/sonatarc;cd -
alias newtorrents mv ~/tmp/*.torrent ~/local/rt/watch