summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-11-12 08:44:12 +0900
committerSean Whitton <spw+git@sdf.org>2014-11-12 08:44:12 +0900
commitcde637e71b4dbffe26dbc6353c46cced134338f3 (patch)
treea93775bae4386407175013796bcfbaff75b61559 /.emacs.d/eshell
parent75276d26a453b2835c614f6554885ce25b8b27db (diff)
downloaddotfiles-cde637e71b4dbffe26dbc6353c46cced134338f3.tar.gz
eshell alias to fix Sariul sharing perms, to be used daily
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