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-08 08:33:53 +0900
commit046f0d47ee1b1968d99ed71a4398ff005baeb6b3 (patch)
treecc46b4e721e44a53ebb69d0a4b1105d11358134e
parent11b8983c27caf3065a5c4ff6c05eee7d4b480744 (diff)
downloaddotfiles-046f0d47ee1b1968d99ed71a4398ff005baeb6b3.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 48e911c2..526cd18a 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