From 04696d8b013213379f6cb5ba8ecb0edb91b0c1a9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Feb 2015 12:40:11 +0900 Subject: alias to run win32setup.bat in the way it must be run --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 38b390bc..8713f19b 100644 --- a/.bashrc +++ b/.bashrc @@ -9,3 +9,5 @@ alias ga='git annex' alias workgit='cd ~/doc && git add . && git commit -a -m "work commit" --edit && git push origin master && cd ~/src/dotfiles && git push origin master' alias mg=$EDITOR alias fmr='MR_FAST=true mr' + +alias win32setup='cd ~/bin && cmd "/c win32setup.bat"; cd -' -- cgit v1.2.3