From cde637e71b4dbffe26dbc6353c46cced134338f3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 12 Nov 2014 08:44:12 +0900 Subject: eshell alias to fix Sariul sharing perms, to be used daily --- .emacs.d/eshell/alias | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d/eshell') 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 -- cgit v1.2.3