summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-23 19:37:08 +0900
committerSean Whitton <spw+git@sdf.org>2014-10-23 19:37:08 +0900
commit804381179b194e52ae395c060aa228d22f0e6ce1 (patch)
tree065d84692ca38ccd120e046b977c266ff455ca24 /.emacs.d/eshell
parent282cf5160512f220e2c1ce3317c6912c43a8cf89 (diff)
downloaddotfiles-804381179b194e52ae395c060aa228d22f0e6ce1.tar.gz
eshell alias to reset sonata config file to git version
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 04247a72..7a7f739a 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -8,3 +8,4 @@ alias docs cd ~/doc;mr autoci;git pull;git push
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 commit -a -e -m "work commit";git push
+alias sonatarc cd ~/src/dotfiles;git checkout .config/sonata/sonatarc;cd -