summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-23 12:40:11 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:44:03 +0900
commit04696d8b013213379f6cb5ba8ecb0edb91b0c1a9 (patch)
tree53cf8d08f385bfdb46cc5bffc7f44d09ce27db93
parent36a6105d219e539fbddbbfd4d4de99722b52e034 (diff)
downloaddotfiles-04696d8b013213379f6cb5ba8ecb0edb91b0c1a9.tar.gz
alias to run win32setup.bat in the way it must be run
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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 -'