summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-11-17 16:19:56 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:43:52 +0900
commit6b14e84bb0d917e3b6a81b708d2eb6c9555fc848 (patch)
tree0aef693ca314a3d4faa630eb4c2093c4261d29ec
parent0326a3417695d543a250964f9ac735b654605517 (diff)
downloaddotfiles-6b14e84bb0d917e3b6a81b708d2eb6c9555fc848.tar.gz
local dotfiles repo branch git eshell aliases replaced for school
-rw-r--r--.emacs.d/eshell/alias6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 14937939..caeab731 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -8,9 +8,9 @@ alias fmr MR_FAST=true mr $*
alias blank sleep 1;xset dpms force off
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 git-rebase-win32-on-master git checkout win32;git rebase master
+alias git-push-win32-master git push origin master;git push -f origin win32
+alias git-dotfiles git-rebase-win32-on-master && git-push-win32-master
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