Skip to content

Instantly share code, notes, and snippets.

@ECHO OFF
rem Path to your MSYS bin directory
SET MSYS=I:\MSYS\bin
SET PATH=%PATH%;%MSYS%
call "%VS110COMNTOOLS%vsvars32.bat"
SET x86=%1
SET x64=%1
@tomek
tomek / gist:2920816
Created June 12, 2012 23:35
log for oh-my-zsh issue
add-zsh-hook () {
emulate -L zsh
local -a hooktypes
hooktypes=(chpwd precmd preexec periodic zshaddhistory zshexit zsh_directory_name)
local opt
local -a autoopts
integer del
while getopts "dDUzk" opt
do
case $opt in