summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-11-07 08:42:52 +0900
committerSean Whitton <spw+git@sdf.org>2014-11-07 08:42:52 +0900
commit83c2f94638b56be2a2a13bb12c5f39a7c2270812 (patch)
tree3aa653e38d58cb5382c8e8f2555da7ec9a68b1e4 /.emacs.d/eshell
parent78fec2f29b2d142e460225b9f4857d41ead6ca80 (diff)
downloaddotfiles-83c2f94638b56be2a2a13bb12c5f39a7c2270812.tar.gz
workgit alias should add new files created in ~/doc/org
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 7a7f739a..a99a328a 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -7,5 +7,5 @@ alias blank sleep 1;xset dpms force off
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 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 -