summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index a99a328a..289772da 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -9,3 +9,9 @@ alias git-rebase-workstation-on-master git checkout workstation;git rebase maste
alias git-push-workstation-master git push origin master;git push -f origin workstation ${hostname}
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 -
+
+# fix stuff in the folder mounted on classroom computer that isn't
+# readable by the classroom computer's user
+# http://serverfault.com/questions/602392/recursive-reset-file-permissions-on-windows
+# http://ss64.com/nt/icacls.html
+alias sariulperms icacls C:\Users\swhitton\Documents\Teaching /grant Everyone:RX /T /C /L /Q