summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
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 -